D
David Whitaker
I have got a form that I am populating a textbox with the following when a
new record is started.
Forms!cpurchase.po = DMax("[po]", "clist") + 1
basicly what it is doing is generating an automatic p.o. number. Right now I
am trying it and it does fine on p.o.'s 1-9, but when it gets to 10 it will
keep using the same number over and over "10".
I can go into the table and see 10 over and over in each record, I can then
delete the records back to whatever number below 10 and open the form and
the same thing happens when I get to 10.
Any Solutions Appreciated!!!
new record is started.
Forms!cpurchase.po = DMax("[po]", "clist") + 1
basicly what it is doing is generating an automatic p.o. number. Right now I
am trying it and it does fine on p.o.'s 1-9, but when it gets to 10 it will
keep using the same number over and over "10".
I can go into the table and see 10 over and over in each record, I can then
delete the records back to whatever number below 10 and open the form and
the same thing happens when I get to 10.
Any Solutions Appreciated!!!