planetjeff
Technical User
Best way I know how to describe it, sorry!
I am tracking Events and Adjudicators (judges) - each event is of an event type, and each Adjudicator can judge a selection of these types. For example, judge1 may judge three types of events, whereas judge 2 may judge only one type.
The events can only be one of one event type, and the Events table has a field Type that contains this. Each record in the Adjudicator table has a one-to-many relationship with another table called PreferredTypes, that has AdjudicatorID and Type combining as the primary key.
Now, on the Adjudicator_Assignment form, I'd like to list all the events the Adjudicator can judge based on his/her preferred types. The only way I was able to do this was to first create a subform to show the preferred types, and then another subform within that to show the events of that type. Well, that's messy - I'd like it to be all one subform level rather than multilevel.
Any ideas? I've looked here but have yet to find a related problem. Thanks in advance,
jeff
I am tracking Events and Adjudicators (judges) - each event is of an event type, and each Adjudicator can judge a selection of these types. For example, judge1 may judge three types of events, whereas judge 2 may judge only one type.
The events can only be one of one event type, and the Events table has a field Type that contains this. Each record in the Adjudicator table has a one-to-many relationship with another table called PreferredTypes, that has AdjudicatorID and Type combining as the primary key.
Now, on the Adjudicator_Assignment form, I'd like to list all the events the Adjudicator can judge based on his/her preferred types. The only way I was able to do this was to first create a subform to show the preferred types, and then another subform within that to show the events of that type. Well, that's messy - I'd like it to be all one subform level rather than multilevel.
Any ideas? I've looked here but have yet to find a related problem. Thanks in advance,
jeff