G
Guest
I have a report that is based on a query. The query needs a value from a combo box on my form. How can I get the value from the combo box into my query
This is my query..but it doesn't work..it prompts me for the paramete
SELECT
FROM Histor
WHERE OximeterModel=cboSelectProd.Value
This is my query..but it doesn't work..it prompts me for the paramete
SELECT
FROM Histor
WHERE OximeterModel=cboSelectProd.Value