K
Kathy R.
I have a form/subform in which I track attendance. The main form holds
the date/event information, the subform holds the attendees. I want to
limit the subform so that it does not have any duplicates per event
date. The underlying table should allow duplicates as someone could
attend on different dates. Would this be done with code, or is there
something to be set on the Property Sheet? If it is with code, could
you give me an example?
Main Form - frmAttendance (EventID, EventDate, EventName)
Subform (continuous form) - sfrAttendee (IndID, FirstName, LastName)
Thanks in advance!
KathyR.
the date/event information, the subform holds the attendees. I want to
limit the subform so that it does not have any duplicates per event
date. The underlying table should allow duplicates as someone could
attend on different dates. Would this be done with code, or is there
something to be set on the Property Sheet? If it is with code, could
you give me an example?
Main Form - frmAttendance (EventID, EventDate, EventName)
Subform (continuous form) - sfrAttendee (IndID, FirstName, LastName)
Thanks in advance!
KathyR.