I have a form (based on a query) that asks users to input a minimum rating (0-99) in order to generate appropriate record results and fill the form.
I would like the parameter input box to instead of asking for a number, to offer the user a list (dropdowm maybe?) of available selections (97 A+'s only, 90 A's, 80 B's and above, 70 C's and above, 0 Include all)
I sort of remember reading a post somewhere that i can create some sort of list box in a form somewhere and replace the [minimum rating] input variable on the QUERY? with some form!xxxxx.xxxx reference to the list box but cant find the post now and it's all a bit above my pay-grade.
Any suggestions as to if and how this might be accomplished would be greatly appreciated.