I would like to use a form as a parameter for my query, but don't know how to do it. Right now my parameter is: Like ([CNTRT ID#: 1=Contract1, 2=Contract2, 3=Contract3]) and the user types in 1,2 or 3 when the Enter Parameter Value box appears.
Instead of having that Enter Parameter box, I want a form to pop up where the user selects the Contract Name which then sets the Contract ID# parameter. I have created a form where the Contract Names are option buttons and the option value equals the Contract ID#......?
Should I be using something else on my form to give the Contract ID# (combo box)? How do I write the query criteria so that it opens the form and then runs based on the input on the form?
Thanks in advance.

Instead of having that Enter Parameter box, I want a form to pop up where the user selects the Contract Name which then sets the Contract ID# parameter. I have created a form where the Contract Names are option buttons and the option value equals the Contract ID#......?
Should I be using something else on my form to give the Contract ID# (combo box)? How do I write the query criteria so that it opens the form and then runs based on the input on the form?
Thanks in advance.