April15Hater
Accountant
- Local time
- Yesterday, 21:54
- Joined
- Sep 12, 2008
- Messages
- 349
Hi-
I have one combobox (cboFunctionType1) that runs a query properly and is bounded to tblContractorFunction.ContractorFunctionID.
I have a second combobox (cboFunctionType2) that runs the same query, except that I have included in the WHERE clause:
Does anybody else see anything that I don't that would cause this not to work. I know the rest of the query is right in the second combobox because when I take the additional clause out it reads the same as the first combobox.
Thanks!
Joe
I have one combobox (cboFunctionType1) that runs a query properly and is bounded to tblContractorFunction.ContractorFunctionID.
I have a second combobox (cboFunctionType2) that runs the same query, except that I have included in the WHERE clause:
Code:
WHERE (tblContractorFunction.ContractorFunctionID)<>[Forms]![frmQualityControl]![cboFunctionType1])
Does anybody else see anything that I don't that would cause this not to work. I know the rest of the query is right in the second combobox because when I take the additional clause out it reads the same as the first combobox.
Thanks!
Joe