G
Guest
Invoicing Section of a Cards Database (Access 2003)
First Invoices cover 9 - 12 months data so they are big - in excess of 255
lines for some Invoices. Normally would be 10 - 60 The Generate and Print of
the Invoices is done on the click of a Command Button. The VBA generates the
SQL to select the lines to invoice (ADODB Recordset), Updates all of the
lines with Invoice Number etc a works a treat until you hit an Invoice with
in excess of 255 lines when you get Error Number 6 Overflow, Any fast get
around? Any reason why the one byte 255 magic number. The system processes in
excess of 100,000 recs from CSV files ever night, updating and adding records
no problem and very fast too, but will only process 255 records for my
invoices!
Please don't tell me it's a feature of Access.
First Invoices cover 9 - 12 months data so they are big - in excess of 255
lines for some Invoices. Normally would be 10 - 60 The Generate and Print of
the Invoices is done on the click of a Command Button. The VBA generates the
SQL to select the lines to invoice (ADODB Recordset), Updates all of the
lines with Invoice Number etc a works a treat until you hit an Invoice with
in excess of 255 lines when you get Error Number 6 Overflow, Any fast get
around? Any reason why the one byte 255 magic number. The system processes in
excess of 100,000 recs from CSV files ever night, updating and adding records
no problem and very fast too, but will only process 255 records for my
invoices!
Please don't tell me it's a feature of Access.