D
David W
Got a problem
I thought I was doing good with this, guess not.
I am using;
Me.po = DMax("po", "po") + 1
to get the last PO Number generated.
It works well as long as someone else is not creating a PO at the time
(multiple user enviroment).
How do I need to go about getting a value from a table that is being used
with record locking?
I thought I was doing good with this, guess not.
I am using;
Me.po = DMax("po", "po") + 1
to get the last PO Number generated.
It works well as long as someone else is not creating a PO at the time
(multiple user enviroment).
How do I need to go about getting a value from a table that is being used
with record locking?