Hello All,
I'm fairly new to access and learning new things everyday...
I'd like to create a Customer_ID private key for my Customer table. I'd like the Customer_ID in this format:
-Last two digits of current year (when record is created)
-First letter of Last_Name
-Three digit autonumber
Example: A new customer (J. Smith) is created in 2019. Custumer_ID = "19S001"
I thought a composite PK was the way to go but, apparently you can't create a composite PK from calculated fields.
Any help, suggestions, or advice would be welcomed.
Thank you.