I'm a fairly new user to Access so don't have a grasp of what, I'm sure, are some pretty basic query constructs. Here's what I have and am trying to do.
- Table with staff information including if they've received training (yes/no box) and what city they work in.
- Form with combo box to choose which staff in which city to display their training status.
- Query displays results based on city choice
This works fine when a specific city is chosen from the combo box but I would like an "ALL" choice in the combo box to display all staff from all cities. I thought it might be a second query criteria in the city field something like: If [Forms]![Expiry]![City] = "All" then.... and I get lost at that point. LOL!
Thanks in advance!![]()