G
Gen_Subic_Phils
I am building a database which shall handle one of the regular transactions
in our office. Each transaction recorded shall have a unique 8-digit control
number. Said control number has the following format:
- First two digits is based on the current month as of the entry of the
transaction (i.e. values should be 01 to 12 only)
- Next two digits is the current year (e.g. 06)
- Next digit is a constant "1" (This is the standard code implemented in our
office, for the group which shall use the system)
- Last 3 digits is an incrementing value starting from 001. Note that this
shall reset monthly. I.e., if the first 2 digits of the control number shall
change.
Is MS Access capable of automatically generating control numbers given the
above specified format and conditions? I assume that our numbering scheme
shall be somewhat dependent on the computer clock especially for the first 4
digits. But is it possible to "concatenate" the given values according to our
scheme?
Hoping for your kind assistance. Thank you in advance
in our office. Each transaction recorded shall have a unique 8-digit control
number. Said control number has the following format:
- First two digits is based on the current month as of the entry of the
transaction (i.e. values should be 01 to 12 only)
- Next two digits is the current year (e.g. 06)
- Next digit is a constant "1" (This is the standard code implemented in our
office, for the group which shall use the system)
- Last 3 digits is an incrementing value starting from 001. Note that this
shall reset monthly. I.e., if the first 2 digits of the control number shall
change.
Is MS Access capable of automatically generating control numbers given the
above specified format and conditions? I assume that our numbering scheme
shall be somewhat dependent on the computer clock especially for the first 4
digits. But is it possible to "concatenate" the given values according to our
scheme?
Hoping for your kind assistance. Thank you in advance