Hello-
I have a form (Add New Headcount) that inputs to a linked table. There is a field called ID that I need to prevent duplicates in. When the user opens the form and types in an ID, I want it to prevent them from submitting the new data if the ID already exists in the linked table.
Normally you could go into the design view of the table and change the Index to prevent duplicates but because the table is linked this is no longer an option.
Any help is appreciated! I've been struggling with this for quite some time now! Thanks.