I am creating invoices for an app I am busy with.
The transactions for the invoice come from 2 tables which store Sales and
Facilities Hire.
The current arrangement is that I create a temp table using append queries to
get transactions from the 2 tables between selected dates. then draw these into
a report grouped by the Sales and Facilities Hire
This all works fine.
However the customer requires invoices (reports) to have consecutive numbers and
also I need to record the date when this batch of transactions were invoiced,
and subsequently settled.
Trying to figure out the best way of making this happen.
Any thoughts
TIA
David B
The transactions for the invoice come from 2 tables which store Sales and
Facilities Hire.
The current arrangement is that I create a temp table using append queries to
get transactions from the 2 tables between selected dates. then draw these into
a report grouped by the Sales and Facilities Hire
This all works fine.
However the customer requires invoices (reports) to have consecutive numbers and
also I need to record the date when this batch of transactions were invoiced,
and subsequently settled.
Trying to figure out the best way of making this happen.
Any thoughts
TIA
David B
Comment