Dannyboy11
Registered User.
- Local time
- Today, 12:01
- Joined
- Jul 1, 2010
- Messages
- 58
Hey
I have a form that has a combo box that displays referees from a query of whether they are registered or not, and then I have a list box of all available dates throughout the season so I can input when they are free to referee.
1. How can I do this by making it a multi select list box? When I made it multi select, my query did not add any available dates to the table. I don't know how to overcome this as each available date is a separate record, and the query will just append whatever available date id to the table.
2. Even if I just use my current method, how will I go about creating a unmatched query as I do not want the list box to display dates that the referee already has available (for ease of use really and to prevent you adding the same date twice as it'd be pointless)
I have a form that has a combo box that displays referees from a query of whether they are registered or not, and then I have a list box of all available dates throughout the season so I can input when they are free to referee.
1. How can I do this by making it a multi select list box? When I made it multi select, my query did not add any available dates to the table. I don't know how to overcome this as each available date is a separate record, and the query will just append whatever available date id to the table.
2. Even if I just use my current method, how will I go about creating a unmatched query as I do not want the list box to display dates that the referee already has available (for ease of use really and to prevent you adding the same date twice as it'd be pointless)