D
David
My form runs a query
I have an option group on the form which returns 1, 2 or 3 accordingly
My query contains the criteria below
like "*" & Choose([Forms]![Form1]![OptGrp],"Ops","Eng","")
When the form runs the query I get an 'input box' "Enter Parameter Value" -
the function is not receiving a 'value' from the option group.
I've tested the function (as below). It seem OK otherwise.
If i replace the first argument in the Choose function with 1 or 2 or 3 the
query returns the data set as expected, ie: records for "Ops", records for
"Eng", or all records respectively.
Any Ideas?
I have an option group on the form which returns 1, 2 or 3 accordingly
My query contains the criteria below
like "*" & Choose([Forms]![Form1]![OptGrp],"Ops","Eng","")
When the form runs the query I get an 'input box' "Enter Parameter Value" -
the function is not receiving a 'value' from the option group.
I've tested the function (as below). It seem OK otherwise.
If i replace the first argument in the Choose function with 1 or 2 or 3 the
query returns the data set as expected, ie: records for "Ops", records for
"Eng", or all records respectively.
Any Ideas?