I am inputing records through a form that has a check box to identify members. In the table the check box shows checked for members and no check for non-members.
I want to run a single query that will pull members or non-members based on input from the user. In the query now I have the table and field listed with the criteria of [Member: Yes or No] to prompt the user for input.
I can input 0 or -1 and get the correct result but I want the user to be able to input "Yes" or "No" (not 0 or -1).
Any suggestions?
I want to run a single query that will pull members or non-members based on input from the user. In the query now I have the table and field listed with the criteria of [Member: Yes or No] to prompt the user for input.
I can input 0 or -1 and get the correct result but I want the user to be able to input "Yes" or "No" (not 0 or -1).
Any suggestions?