I am trying to use a combo box on a form to allow a user to select a value with which to query a table. I have created the combo box using a query to retrieve the relevant values from the original table, and have written a separate query which works when I manually enter the value to search/retrieve. The difficulty I have is referencing the selection from the combo box as the value in the query with which to retrieve data.