I have an access database connected to Sqlserver. There are multiple users, each able to create new records in table tbl_Code. The PK is Code and it is incremented in VBA based on the previous Code [Max(Code) + 1]. I have only had it happen a few times, that more than one user has created the same Code in tbl_Code.
Now, I have been tasked with allowing the user to enter multiple codes in one transaction. How can I do this? My db skill are good, but not that good.
Thank you in advance
Now, I have been tasked with allowing the user to enter multiple codes in one transaction. How can I do this? My db skill are good, but not that good.
Thank you in advance