Hi All,
I am trying to formalize a query function in which a user, upon clicking a Switchboard button to run a query, will be prompted for the data to query on within a drop-down list (combo box), rather than the default blank textbox. In other words, I want a list of results for a particular customer, but I am not sure how the customer name was entered. If there is a list to choose from, then I can be sure to get the exact match in order to run the query.
At present, I merely use the criteria: [Enter Customer Name] and Access then displays an empty textbox prompt with the title “Enter customer Name”, but I want that to be a combo box containing the limited options available (perhaps based on a SELECT DISTINCT query of the customer name field in the database table).
Thanks for any help I can get!
Drew Shelley