Yes, thank you both. LOL, so much so that I think I have those hominy grits on my face.
David, I've already printed your information out and have it taped up next to my monitor.
The problem is I wasn't explaining the problem thoroughly. Sorry for that. Here goes... And I'll substitute Cogent's examples for my own.
----
Form 1 has 2 boxes, a combo and a list.
Combo is all 50 states as well as a blank (choose all)
List is menu items...
You select the state you want, then the menu item, press enter.
At this point, in Cogent's example, Form 1 calls Form 2 and Form 2 runs a query to select your results. That I understand.
Now the part that I was poorly articulating is that I need whatever process occurs after you hit the "Run Query" from form 1 to ALSO pick the appropriate form (2 choices).
So, if you select Alabama and Hominy Grits, not only will it query the correct record, but (and this is where I get lost) something will also say, "oh, grits are in the grains group, so show this information in the grains form".
Had I selected California and strawberry, I'd of gotten the queried info AND the fruit form.
That's why I was saying "having a query call a form", cuz' I was conceptualizing the query not only getting the results but saying "and put them in this form IF they match this criteria"...
That's why I had that statement a couple posts up about realizing that I was maybe trying to do to much.
There are simpler ways to do this and I might just revert to those ideas. My goal was to make a form that was, while much more work for me, easy for my users.
I've been trying to write a query that did this.... I've been trying to create this out of vb code, which was really cut/pasting ideas that I get from the forums, etc.... That's where I started to get confuzzled. So, I think I need to rethink this design a little and just make it w/ a specific button for each form I want.
A couple questions:
1. What exactly does "Me." mean?
2. Those examples you gave, Dave, you use that exact verbage/syntax when making your SQL statement?
*exhales*
