P
PeteVTX
I am trying to use the following query as the record source for a form:
SELECT * FROM dbo.tbl_employees WHERE dbo.tbl_employees.empID =
[Forms]![frm_listCSRs]![empID]
It works fine if I replace the = [Forms]![frm_listCSRs]![empID] with = 697
(which is a valid empID) and [Forms]![frm_listCSRs]![empID] definitely
contains the target empID!!
Any thoughts welcome.
Regards
Pete
SELECT * FROM dbo.tbl_employees WHERE dbo.tbl_employees.empID =
[Forms]![frm_listCSRs]![empID]
It works fine if I replace the = [Forms]![frm_listCSRs]![empID] with = 697
(which is a valid empID) and [Forms]![frm_listCSRs]![empID] definitely
contains the target empID!!
Any thoughts welcome.
Regards
Pete