Hi Everyone,
Can anyone please help me out because I am in a rush to catch up with my deadline. Thanks.
I have a form that is adding new Managers.
Each manager has a unique ID number and I can only use the ID number
from 1 to 999. In order to keep historical record, after I use up to 999,
I have to go back to ID number 1 again. However, this time I assign 1.1, 2.1, 3.1,
4.1...until I reach to 999.1. Then at this point, I will assign the number starting
with 1.2, 2.2, 3.2,....999.2 and the pattern will continue with the next number so
I won't be out of ID number. I need to write a module to automatically assign to my
ID number combo box, so I can have a new ID number for the next Manager.
Thanks in advance for your help.
Can anyone please help me out because I am in a rush to catch up with my deadline. Thanks.
I have a form that is adding new Managers.
Each manager has a unique ID number and I can only use the ID number
from 1 to 999. In order to keep historical record, after I use up to 999,
I have to go back to ID number 1 again. However, this time I assign 1.1, 2.1, 3.1,
4.1...until I reach to 999.1. Then at this point, I will assign the number starting
with 1.2, 2.2, 3.2,....999.2 and the pattern will continue with the next number so
I won't be out of ID number. I need to write a module to automatically assign to my
ID number combo box, so I can have a new ID number for the next Manager.
Thanks in advance for your help.