Hello,
I have a project requiring a unique sequential number for the month. We are trying to generate accident control numbers for two facilites. For example, the first digit indicates the facility. It will always be "C" or "R". The next six digits will be the accident date not the system date. There is a field in the table where the accident date is entered.
The last two digits will be the sequential number of each accident for the month. At the beginning of a new month the sequential number must reset to 00.
Is there a method to ask the user what is your facility C or R and what is the accident date? The answer is collected and the accident control field is populated with the unique sequential number? Below is the desired numbering.
C04130901
C04130902
C04130903
C04130904
R04130905
C04130906
R04130907
R04130908
Thanks
I have a project requiring a unique sequential number for the month. We are trying to generate accident control numbers for two facilites. For example, the first digit indicates the facility. It will always be "C" or "R". The next six digits will be the accident date not the system date. There is a field in the table where the accident date is entered.
The last two digits will be the sequential number of each accident for the month. At the beginning of a new month the sequential number must reset to 00.
Is there a method to ask the user what is your facility C or R and what is the accident date? The answer is collected and the accident control field is populated with the unique sequential number? Below is the desired numbering.
C04130901
C04130902
C04130903
C04130904
R04130905
C04130906
R04130907
R04130908
Thanks