F
fedum
I would like to make an invoice with a report. How can I
get the invoice number on this report? I have a table with
the starting number and the last used number. Then I use a
query with all the fields that I use for this report. I
start with a form (not every form need to have an invoice)
if clicked on the button Invoice this report has to be
printed 2 times. The invoice number has to check the last
used number and add 1 to this number, put this number into
the table as last used number. The problem is how to read
the last used number into the report add 1 to it write
this number back into the table. I always get the
information that this field is not included.
Thanks,
Marc
get the invoice number on this report? I have a table with
the starting number and the last used number. Then I use a
query with all the fields that I use for this report. I
start with a form (not every form need to have an invoice)
if clicked on the button Invoice this report has to be
printed 2 times. The invoice number has to check the last
used number and add 1 to this number, put this number into
the table as last used number. The problem is how to read
the last used number into the report add 1 to it write
this number back into the table. I always get the
information that this field is not included.
Thanks,
Marc