I'm having trouble with a query that I'm trying to link to a combo box
The query drives a list box. In theory whenever the user changes the combo box the query/list box will cange accordingly
The line in the query that doesn't seem to work is:
WHERE (((tblAllWorkQueue.Userid)=[Forms]![frmTeleMarketingQueue]![cmbWQUserid]))
Any assistance appreciated.
The query drives a list box. In theory whenever the user changes the combo box the query/list box will cange accordingly
The line in the query that doesn't seem to work is:
WHERE (((tblAllWorkQueue.Userid)=[Forms]![frmTeleMarketingQueue]![cmbWQUserid]))
Any assistance appreciated.