S
Steve Haack
I have a table, tblTransactions. In there I have some transactions which
represent a person registering for an event, and some which represent
cancelling a registration.
each record has an EventID, PersonID, and a Code (1 for Registration, 2 for
Cancellation, etc.)
On a form, I want to have a listbox that has the events that someone has
registered for. I assign a query to the listbox to populate it by finding the
records with the PersonID that I am interested in.
Is there a way in my query that I can include only the events where there is
ONLY a registration record, and exclude those where where was a registration
and a cancellation?
Thanks,
Steve
represent a person registering for an event, and some which represent
cancelling a registration.
each record has an EventID, PersonID, and a Code (1 for Registration, 2 for
Cancellation, etc.)
On a form, I want to have a listbox that has the events that someone has
registered for. I assign a query to the listbox to populate it by finding the
records with the PersonID that I am interested in.
Is there a way in my query that I can include only the events where there is
ONLY a registration record, and exclude those where where was a registration
and a cancellation?
Thanks,
Steve