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.
 
Back
Top