Create a UserQueryForm

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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 which contains several tables, linked by a unique MemberID,
including:

• MemberMasterTable (Includes members Names, Gender, Age, Chapter, etc)
• MemberAddressTable (Includes members Address, City, State, etc)
• MemberPartyAffiliationTable (Includes members voter RegistrationDate and
PartyAffiliation)
• MemberDistrictTable (Includes members DistrictNumber and DistrictType

Additionally, I have a ListForm that is generated by a RunListFormMacro on
the PoliticalPeopleForm which allows users to open the ListForm based on the
values in the DistrictNumber and DistrictType fields of the current record on
the PoliticalPeopleForm. I would like to place a similar macro on the
UserQueryForm which would open the ListForm based on the multiple criteria
selected on the UserQueryForm.

I have previously tried using a combination of QueryByForm (QBF) and
Multiple Value Lookup Fields, but I have only managed to completely confuse
myself.

Any help with the best way to go about this would be greatly appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top