G
Guest
My database is shared. When it is opened the "TrackingNumber" stored in
table "TblTransactionsdata" is automatically sequenced using DMax on the
form. The operator then keys in information and saves the file. The
TrackingNumber is written down on paper for later reference. If two or more
people have the database open at the same time they all will have the same
"TrackingNumber". How can I prevent this?
=DMax("TrackingNumber","TblTransactionsdata")+1
table "TblTransactionsdata" is automatically sequenced using DMax on the
form. The operator then keys in information and saves the file. The
TrackingNumber is written down on paper for later reference. If two or more
people have the database open at the same time they all will have the same
"TrackingNumber". How can I prevent this?
=DMax("TrackingNumber","TblTransactionsdata")+1