automate export procedures

L

leaf

Hello there,

I would like to create a button on my startup page to
export all my tables into excel files, one table one excel
file. How do I accomplish that?

Thanks,

Leaf
 
S

Sunny

I am trying to export one of my query result into dbase table with following
syntax

docmd.TransferDatabase acExport, "dBase 5.0",
,acTable,"qryMyQuery","C:\temp\mytable.dbf"

but I am getting error "Invalid Argument" Can anyone guide me please?

Thanks.
 

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

Top