G
Guest
Hi,
I have a table where we key-in Delivery notes for customers; in my form I
use the following : =Nz(DMax("[dnnumber]","delivery note table"),0)+1 to have
continuous DN number, and its working fine.
At the end of the day, our remote office e-mails me a list of DN that we
have to key-in manually. I tried to create an append query to add these
records and have the dnnumber increase automatically, it didn't work. The
query is giving the last dnnumber +1 value to all the appended records.
Any suggestions, knowing that I am not very familiar with VBA
.
Thanks in advance
I have a table where we key-in Delivery notes for customers; in my form I
use the following : =Nz(DMax("[dnnumber]","delivery note table"),0)+1 to have
continuous DN number, and its working fine.
At the end of the day, our remote office e-mails me a list of DN that we
have to key-in manually. I tried to create an append query to add these
records and have the dnnumber increase automatically, it didn't work. The
query is giving the last dnnumber +1 value to all the appended records.
Any suggestions, knowing that I am not very familiar with VBA

Thanks in advance