Noob user with a noob question.
Briefly, my table tracks Staff and a lot of information about them, one of which is which "Site", whose value can be 1 of 3 choices, I'll call them "Site1", "Site2", and "Site3".
I have a form used to pass values to a query, to find records based on which Site the staff works at and on another field; we'll call it "InsuranceExpiryDate".
I have a Combo Box on the form, called "Site" which I have populated myself with, "Site1", "Site2", "Site3" and I want to have an option for "ALL" so the query can find everyone in a particular Site whose insurance is expired or just everyone in the db whose insurance is expired.
I'm building this db for users who are not Access literate at all so I only want them to be able to choose a site or "all" from the drop down, and a date from a date field calendar.
So, long story short, how does one do "ALL" in a combo box?
Cheers!