C
CW
I have an invoice form on which I want the next number to be allocated (using
DMax on the InvNo in tblInvoices) but only upon saving the form.
At the moment it is allocated upon opening the form but that's causing a
problem if the user aborts for any reason - it still uses up a number.
I want it to be assigned only if and when the form is saved, rather than
when it is simply closed.
Many thanks
CW
DMax on the InvNo in tblInvoices) but only upon saving the form.
At the moment it is allocated upon opening the form but that's causing a
problem if the user aborts for any reason - it still uses up a number.
I want it to be assigned only if and when the form is saved, rather than
when it is simply closed.
Many thanks
CW