T
toby131
I am working in Access 2003 with a form that will need a order number in
certain cases. I need to have the next available number pulled when it is
needed. I am trying to put code in the double click property of the text box
on a form that will store the number. The field is is text, because the
order numbers are in the format RM#####. I had seen code about using the
DMax function to find the highest number then adding 1, but this seems to
only work for numbers.
Could some please help me out with the code to find the highest value in a
text field and then fill in the next number?
Thank you!
certain cases. I need to have the next available number pulled when it is
needed. I am trying to put code in the double click property of the text box
on a form that will store the number. The field is is text, because the
order numbers are in the format RM#####. I had seen code about using the
DMax function to find the highest number then adding 1, but this seems to
only work for numbers.
Could some please help me out with the code to find the highest value in a
text field and then fill in the next number?
Thank you!