Hey,
I am creating a correspondence database, where employees in the organisation keep track of their outgoing mail by entering in details and attaching the copy of the letter.
I have made the Table and a user friendly input form.
Now the primary key of this table is a inhouse reference number which is:
GYY-DD/MM/000, now the G will remain as it throughout all the references, YY DD and MM will change according to the date, 000 will just be an incremental number
For example
G11-02/02/001
G11-02/02/002
G11-02/02/003
G11-03/02/004
G11-03/02/005
G11-05/02/006
Note, the 000 number at the end just keeps incrementing, regardless of the date.
Now I thought about having an input mask on my form, but to be honest I don't know how to make it work.
Any ideas?
Thanks in advance
I am creating a correspondence database, where employees in the organisation keep track of their outgoing mail by entering in details and attaching the copy of the letter.
I have made the Table and a user friendly input form.
Now the primary key of this table is a inhouse reference number which is:
GYY-DD/MM/000, now the G will remain as it throughout all the references, YY DD and MM will change according to the date, 000 will just be an incremental number
For example
G11-02/02/001
G11-02/02/002
G11-02/02/003
G11-03/02/004
G11-03/02/005
G11-05/02/006
Note, the 000 number at the end just keeps incrementing, regardless of the date.
Now I thought about having an input mask on my form, but to be honest I don't know how to make it work.
Any ideas?
Thanks in advance