I already posted this question before, however some programmers although tried to help did not produce much of result, perhaps it was my fault that I did not described my problem very clearly. Anyhow, my question is this; I am trying to create a checkbox sort of the database based on the faction and the state.
I created a subfom which I linked to the table in the middle of the form and below it I created 10 checkbox options: Architecture, Engineering, Planning, AEP Firms, Private Clients, Organizations, Government, New York, New Jersey, and Connecticut.
In the table I created five categories strLastName, strFirstName, strEmailAddress, strFaction, and strState.
In strFaction I have variation of classifications from Architecture to Government, while in strState I inputted New York, New Jersey and Connecticut.
There are two main functions that I need this filter to perform. First is to filter information based on selected checkbox and output them in the subform, and second filter information in combination with state. (For example Architects from New York or Planners from New Jersey)
Any help will be greatly appreciated, thank you very much in advance...
I created a subfom which I linked to the table in the middle of the form and below it I created 10 checkbox options: Architecture, Engineering, Planning, AEP Firms, Private Clients, Organizations, Government, New York, New Jersey, and Connecticut.
In the table I created five categories strLastName, strFirstName, strEmailAddress, strFaction, and strState.
In strFaction I have variation of classifications from Architecture to Government, while in strState I inputted New York, New Jersey and Connecticut.
There are two main functions that I need this filter to perform. First is to filter information based on selected checkbox and output them in the subform, and second filter information in combination with state. (For example Architects from New York or Planners from New Jersey)
Any help will be greatly appreciated, thank you very much in advance...