Hi,
I’m working on a database that tracks incidents. The first form is the Incident Report. If a spill or injury occurs, another form comes up for additional info. There is no unique identifier, so I am relying on the ID field to join the tables. The user will need to enter the ID number (from the Incident Report form) into the subsequent Spill Report form. When the ID becomes lengthy this may pose a problem. Is there a way I can generate a 3-digit number with the year prefix to act as my join field.
I’m working on a database that tracks incidents. The first form is the Incident Report. If a spill or injury occurs, another form comes up for additional info. There is no unique identifier, so I am relying on the ID field to join the tables. The user will need to enter the ID number (from the Incident Report form) into the subsequent Spill Report form. When the ID becomes lengthy this may pose a problem. Is there a way I can generate a 3-digit number with the year prefix to act as my join field.