Export tables from Runtime aplication

  • Thread starter Thread starter lad5ko via AccessMonster.com
  • Start date Start date
L

lad5ko via AccessMonster.com

Hi,

is it possible export tables from Runtime aplication? If yes how?
Access 2003

Thanks in advance

lad5ko
 
lad5ko said:
Hi,

is it possible export tables from Runtime aplication? If yes how?
Access 2003

Thanks in advance

lad5ko

Yes, using the same code you would use when NOT in the runtime. There are some
choices to make depending on *where* you want to export the tables to and in
what format (txt, xls, to another mdb, etc.).

Look in help for OutputTo, TransferDatabase, TransferSpreadsheet, TransferText.
 
Hi Rick,

I will try your suggestion. Thank you very much.



Rick said:
[quoted text clipped - 4 lines]

Yes, using the same code you would use when NOT in the runtime. There are some
choices to make depending on *where* you want to export the tables to and in
what format (txt, xls, to another mdb, etc.).

Look in help for OutputTo, TransferDatabase, TransferSpreadsheet, TransferText.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top