Hi,
I get the Too Few Parameters. Expected 1 error message when i run the following code
I am referencing a combo box on a form in the query criteria
[CODE=SQL]Like [Forms]![F_EquipBooking].[SF_EquipBooking]![SFEquipID][/CODE]when i take the reference to the combo box out of the query it works.
please help
Regards Phill
I get the Too Few Parameters. Expected 1 error message when i run the following code
Code:
Set dbsClient = CurrentDb
Set rstCheck = _
dbsClient.OpenRecordset("Q_SelEquipTmpTbl", dbOpenDynaset)
[CODE=SQL]Like [Forms]![F_EquipBooking].[SF_EquipBooking]![SFEquipID][/CODE]when i take the reference to the combo box out of the query it works.
please help
Regards Phill
Comment