Good afternoon all,
I am currently working on a form portion of a database that tracks how many clients come to specific events.
The structure is as such:
tblClient
ClientID
ClientFirstName
ClientSecondName
ClientAddressID
Etc.
tblSocials
SocialID
SocialHostID
SocialDate
SocialLessonSubjID
Notes
tblSocialPatronList
SocialPatronListID
ClientID
SocialID
ClientSocialPrice
My issue is that currently with my form set up, I can enter a client into the subForm based on tblSocialPatronList more than once for the same event. Is there an easy way to control that while still allowing the same patron to be available for multiple social events?
Thanks for your help,
-J.P.