In my DB I have an Events Table, a Participants table, and a attendance table. The attendance table is the junction table that connects the other two (many to many).
So in the attendance tale, I record which participant ID came to which event ID.
Is there any way that I can block a duplicate entry, and have access tell the operator "oops - you already have that entry".
Thank you for your patience
So in the attendance tale, I record which participant ID came to which event ID.
Is there any way that I can block a duplicate entry, and have access tell the operator "oops - you already have that entry".
Thank you for your patience
Comment