Hi I need to create an access database that will take something in this format P0H003810HL001 then with the next entry add HL002 and so forth but it has to stop at 999.
I want to be able to have a user input a code say the middle of this text/number 381. Do a search for the next available number with the code of 381 assign that number to a user's information.
So if I say I need a new identification code for dept. 381 it would go to the 381 table and assign the next ID code P0H003810HL002.
Can access do this? If so is there a tutorial you could point me to?
Thank you for your help.