Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transferspreadsheet and Too many fields defined

Status
Not open for further replies.

grassaj

Programmer
Mar 1, 2002
17
0
0
US
I have an Access table with 25 fields; when I try to use the transferspreadsheet function to export it to Excel, I keep getting the "Too many fields defined" error. Is there any way to fix this problem? Thanks, Annna
 
Instead of exporting to, try linking from...

in excel goto data>get externa;l data>new database query...

select msaccess database* from the list and follow the wizard from there.


once the data is returned, you can right click in the data area and select prperties such as refresh on open of the xls, fill down any formulas automatically etc.


that way each time you open the xls it is refreshed with any new data in your access table or query
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top