missymarie1014
Technical User
The following code is producing the error "Too few parameters. Expected 1". Can someone help me with this please? I've tried several variations of this without success. Thanks in advance for any help!
Code:
Set CurDB = CurrentDb
Set rs = CurDB.OpenRecordset("SELECT * from UnprocessedBatchQuery WHERE" & _
" ItemProduced =" & Forms!EditFinishedProductForm!Item)