I used this formula to generate my data for one [Location]:
IIf([Forms]![Frm_OpenReports]![Combo12]="Atlanta",False,True)
How can I get it to work for all locations in the query? For example, I want one query to pull data for either Atlanta, Miami, or Nashville. Once the locatin is selected...