I currently have a form "UserSearchForm" which allows a user to select values from several different unbound combo boxes in the header section and press a search command which filters the list in the detail section.
I want to be able to create a button which previes a LabelsReport based on the...
so...how would you suggest I go about accomplishing my goal? Everything works perfectly except that I want to be able to select more than one value from each field (ie Democrats and Republicans from PartyAffiliation)?
Thanks!
I currently have a form whose header allows users to select criteria from two unbound combo boxes (with record source based on a table/query) and run a filter command which populates the detail section with a list based on the selected criteria. I would like to have users be able to select...
I am trying to create a UserQueryForm which allows a user to:
• Select values from several fields of criteria;
• Select multiple values within each field;
• Create a report based on the selected criteria.
My database is a membership database created in Access 2007. It is linked to a database...