Frankythekid
Registered User.
- Local time
- Today, 05:05
- Joined
- Dec 28, 2004
- Messages
- 10
Hello guys;
I'm a relative new user of Access 2000. I created a simple program that will help me organize my Purchase Orders. But the problem that I have is that in the field called [PO Number] i want it to display a new form.
I.E.
if the last PO I did was 44343, after i add this PO Number, the next form has to be 44344. I'm currently using this equation on the control source:
=Max([PO Number])+1
The issue with this is that the new number will show up, but it will not record it to the table.
How can I solve this problem, without using Autonumber, because if I choose Autonumber, lets say that the number is 10002, if I used 10002 and made a mistake, I cannot go back to using 10002, it will show 10003.
Thanks in advance.
I'm a relative new user of Access 2000. I created a simple program that will help me organize my Purchase Orders. But the problem that I have is that in the field called [PO Number] i want it to display a new form.
I.E.
if the last PO I did was 44343, after i add this PO Number, the next form has to be 44344. I'm currently using this equation on the control source:
=Max([PO Number])+1
The issue with this is that the new number will show up, but it will not record it to the table.
How can I solve this problem, without using Autonumber, because if I choose Autonumber, lets say that the number is 10002, if I used 10002 and made a mistake, I cannot go back to using 10002, it will show 10003.
Thanks in advance.