The code I used only filters only one faction at a time, and not in combination.
Here is what I have orignally:
Option Compare Database
Option Explicit
'--> Set default record source of form
Const strInfo = "SELECT strFaction, strLastName, strFirstName, strEmailAddress, strState FROM...
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...
Thanks a lot guys for all your help, sorry for getting back so late. I'll make sure to give all of you credit before presenting it to my boss. Thanks again...
Thank you very much for your expertise, however it seems to behave the same way, only displays one faction at a time even though I selected two or more check boxes.
Hello everyone, I am trying to create a database email filter based on selected checkboxes. I am using a table subform in the form in order to display filtered out content. However, I am having trouble with content display when more than one checkbox is selected. Here is the code I am using. If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.