D
DallasLDY
I know the answer is going to be simple, but I just can't make it happen.
Our Quote #'s are just sequential #'s, and we were previously using a
spreadsheet to track these. We are currently at record 10640.
I built a db, and when the user opens the Add Quote form, I want the Quote #
to be populated by the max of the Quote# +1 from tblQuote table. I don't
want to use autonumber, because I want the user to be able to change this
number if they wish (long story, but it has to be this way).
How do I do this? I've tried several things and I just can't get it to
work. Please help.
Our Quote #'s are just sequential #'s, and we were previously using a
spreadsheet to track these. We are currently at record 10640.
I built a db, and when the user opens the Add Quote form, I want the Quote #
to be populated by the max of the Quote# +1 from tblQuote table. I don't
want to use autonumber, because I want the user to be able to change this
number if they wish (long story, but it has to be this way).
How do I do this? I've tried several things and I just can't get it to
work. Please help.