I am looking for some help with VB code that will produce the following:
I have 4 criteria to create a drawing number
2letter (XX)
1letter (Y)
DrawingYear (2020)
Number (06)
Full drawing number XX-Y-2020-06
the first three are pull downs and the last is just an inputted number.
I would like to check that the full drawing number (all 4 criteria) is not a duplicate number and have it tell me right away before finishing the the record.
Thanks for the help and suggestions