I have a form that is based upon a query. When it opens up it displays all of the records. This is working great.
I have a three combo boxes on this form. Box 1 is name, box 2 is project, and box 3 is workstream. They all have values in them that the user can select. This is working great.
I have a button that is pressed after the user selects their name, project and workstream, I would like the form to do a requery and base the results on the selected criteria from the combo boxes, instead of the initial query that the form is based upon. This is where the problem is at.
The button currently points to a macro that does a runcommand with a requery with no control specified. I was hoping this would accomplish what I wanted, but it's not working.
I have a three combo boxes on this form. Box 1 is name, box 2 is project, and box 3 is workstream. They all have values in them that the user can select. This is working great.
I have a button that is pressed after the user selects their name, project and workstream, I would like the form to do a requery and base the results on the selected criteria from the combo boxes, instead of the initial query that the form is based upon. This is where the problem is at.
The button currently points to a macro that does a runcommand with a requery with no control specified. I was hoping this would accomplish what I wanted, but it's not working.