I have a form that is used to input information into a database, and as part of that form there is a quote number entry that must be filled in with a unique six digit number. These numbers are basically six digit numbers that go up in 10s, i.e.
If the last used number was 110010 then the next number will be 110020.
What I would like to do is when the form initialises that the next number is automatically placed in the quote number textbox. I have done a similar thing for todays date but I am new to VBA and am finding this quite tricky. Anybody have any ideas?
Thank you in advance
wattsup
If the last used number was 110010 then the next number will be 110020.
What I would like to do is when the form initialises that the next number is automatically placed in the quote number textbox. I have done a similar thing for todays date but I am new to VBA and am finding this quite tricky. Anybody have any ideas?
Thank you in advance
wattsup