D
Diane
Report is generated by a query. I would like one of the text boxes to
populate the Name of Department corresponding to the Department No from a
different source (TblDepartments) instead of the query. I tried to use the
Dlookup as follows:
=DLookUp("[Name of Department]","[TblDepartments]","[Department
No]=Report![TblEmployeeInfoID]") but it doesn't work.
In the relationships, Department No (from TblDepartments) is related to ID
(from TblEmployeeInfo)
Why can't I use the =Dept.column(1) as I did on the form. That worked great,
but I guess it's different for a report?
Please help. Thanks.
populate the Name of Department corresponding to the Department No from a
different source (TblDepartments) instead of the query. I tried to use the
Dlookup as follows:
=DLookUp("[Name of Department]","[TblDepartments]","[Department
No]=Report![TblEmployeeInfoID]") but it doesn't work.
In the relationships, Department No (from TblDepartments) is related to ID
(from TblEmployeeInfo)
Why can't I use the =Dept.column(1) as I did on the form. That worked great,
but I guess it's different for a report?
Please help. Thanks.