I am working with a contact management database and need to create a form that allows the user to create a query using states (NY, CA) as criteria. Ideally the form would contain each state with a check box. The query should be based on the selected states. I figure I would have to create a tmp table to store the selections, but I am unsure of the code to use to run the query, store it, and export it later.
Does anyone have suggestions on the proper procedure to get this done?
Does anyone have suggestions on the proper procedure to get this done?