 |
gosamerone Level: Big Cheese
 Registered: 22-03-2005 Posts: 20
|
Re: transffering my database to excell??
Use the OutputTo method in either VBA or create a macro using it.
OutputTo(ObjectType, ObjectName, OutputFormat, OutputFile, AutoStart, TemplateFile, Encoding)
|
|
25-01-2007 at 07:51 PM |
|
|
gosamerone Level: Big Cheese
 Registered: 22-03-2005 Posts: 20
|
Re: transffering my database to excell??
DoCmd.OutputTo acOutputTable, "Table1", acFormatXLS, "Table1.xls", yes
Assuming you are using VBA
|
|
13-02-2007 at 08:38 PM |
|
|
|
|
 |
 |