J
John James
I get the error 3066 "Query must have at least one destination field" when
i try to run the below query which shoul display a combo box from a database
and use the selection as the first parameter value. What have I missed out
here. Thanks for your help.
The text that i am using is :
iif(isnull(Forms![FormName]![cboName],'*',Forms![FormName]![cboName])
i try to run the below query which shoul display a combo box from a database
and use the selection as the first parameter value. What have I missed out
here. Thanks for your help.
The text that i am using is :
iif(isnull(Forms![FormName]![cboName],'*',Forms![FormName]![cboName])