G
Guest
I am using the reports module to create an invoice. I want the report to
generate a unique invoice number. Can this be accoumplished using an unbound
text box, or is it safer to bind the text box to a table?
The flow of transactions will be:
Multiple product lines will be pulled together (in a query) for a single
customer purchase under a single invoice number. This query will then feed
data into the invoice. I would then like to collect this unique data (in the
example, 3 product lines into 1 invoice for a customer).
It sounds like I want to use the query to append to a "sales" table (which
assigns an invoice number to the lines purchased) THEN create the invoice
based on the data in this new table. Is this the best way to go at it, though?
generate a unique invoice number. Can this be accoumplished using an unbound
text box, or is it safer to bind the text box to a table?
The flow of transactions will be:
Multiple product lines will be pulled together (in a query) for a single
customer purchase under a single invoice number. This query will then feed
data into the invoice. I would then like to collect this unique data (in the
example, 3 product lines into 1 invoice for a customer).
It sounds like I want to use the query to append to a "sales" table (which
assigns an invoice number to the lines purchased) THEN create the invoice
based on the data in this new table. Is this the best way to go at it, though?