platypus71
Technical User
I have never done a form before and have been asked to set one up. I figured, complex queries are pretty easy, how hard can a form be? Riiiiight.
Here is what I have to work with:
Table with 20 fields. Important ones for this question are Name, Month, and Date. No fields are unique in the table. The Name field is the name of a class.
What I would like to do is create a form with the following:
At the top, show drop-down boxes for Name, Month, and Date. The contents of each box should be UNIQUE. I want the user to be able to select out of any/all of these boxes, then click a button. After the button is clicked, it opens a subform within the form that filters the table based on the criteria above.
Any help would be appreciated as I haven't a clue how to do this in a form. I wrote a macro that does this, but my end-users don't understand it if it isn't pretty like a form.
Thanks.
Here is what I have to work with:
Table with 20 fields. Important ones for this question are Name, Month, and Date. No fields are unique in the table. The Name field is the name of a class.
What I would like to do is create a form with the following:
At the top, show drop-down boxes for Name, Month, and Date. The contents of each box should be UNIQUE. I want the user to be able to select out of any/all of these boxes, then click a button. After the button is clicked, it opens a subform within the form that filters the table based on the criteria above.
Any help would be appreciated as I haven't a clue how to do this in a form. I wrote a macro that does this, but my end-users don't understand it if it isn't pretty like a form.
Thanks.