K
Keon
Hoi,
I'm using a database with alot of records in 1 table (more than 3000). If i
want to export this table to excel i only get it till record 2385. Do
someone know how i can solve this probleme?
To export my tables i use folowing code:
StTotaal = stLocatieName & "\Archief\" & Year(Date) & Month(Date) &
Day(Date) & "_Gegevens.xls" 'location and name where the table must be
saved
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "tblBills",
StTotaal, 1, , 1 'exporting of the table tblBills
Thanks
Greetings
Koen
I'm using a database with alot of records in 1 table (more than 3000). If i
want to export this table to excel i only get it till record 2385. Do
someone know how i can solve this probleme?
To export my tables i use folowing code:
StTotaal = stLocatieName & "\Archief\" & Year(Date) & Month(Date) &
Day(Date) & "_Gegevens.xls" 'location and name where the table must be
saved
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "tblBills",
StTotaal, 1, , 1 'exporting of the table tblBills
Thanks
Greetings
Koen