S
Steve Haack
All,
I thought I posted this last week, but cannot fidn it.
I am working on a table that has transactions for registering for events. So
in my table, I have PersonIDNum and TransactionType. TransactionType will
equal 1 (for a registration), 2 (for cancellation), etc.
I want to find all of the people that registered, and exclude those that
also have a cancellation transaction. So I want to find all records where
Transaction Type =1 and exclude the recordf there is also a corresponding
record where Transaction Type =2.
Does that make sense?
Thanks,
Steve
I thought I posted this last week, but cannot fidn it.
I am working on a table that has transactions for registering for events. So
in my table, I have PersonIDNum and TransactionType. TransactionType will
equal 1 (for a registration), 2 (for cancellation), etc.
I want to find all of the people that registered, and exclude those that
also have a cancellation transaction. So I want to find all records where
Transaction Type =1 and exclude the recordf there is also a corresponding
record where Transaction Type =2.
Does that make sense?
Thanks,
Steve