exporting

  • Thread starter Thread starter Miranda
  • Start date Start date
M

Miranda

hi guys, i want do some exporting and i want to automate this. i want to
export a couple of tables or a selection of rows from some tables.i have no
idea how to do this, can anybody point me in the right direction?

thanks,
miranda
 
Miranda said:
hi guys, i want do some exporting and i want to automate this. i want to
export a couple of tables or a selection of rows from some tables.i have no
idea how to do this, can anybody point me in the right direction?


Look at...

DoCmd.OutputTo
DoCmd.TransferDatabase
DoCmd.TransferSpreadsheet
DoCmd.TransferText
 
Back
Top