D
Dale
Let me see if I can explain the structure before the question ...
The table named TblLeads uses two fields, LeadsBy & AssignedTo, which are
List Box lookups from the table named TblEmployees.
TblEmployees is simple in that it contains a primary key (set to autonumber)
and the name of the employee which we input.
EmployeeID Employee Name
1 Jack Daniels
2 Samual Adams
3 Bud Light
I used a select query named QryLeads to pull the data from TblLeads. My
report, RptLeads is pulling from QryLeads.
My report has two Text Box fields; one in the header, LeadsBy, and one in
the detail, AssignedTo. The value that is returned in the report is 1,2,3,
etc. that is the EmployeeID and not what I want to report on an that's the
EmployeeName. I've tried switching these fields in the report to list or
combo boxes, modifying the column counts and widths, but so far can't get the
EmployeeName data to pass thru.
Thanks in advance with any assistance.
The table named TblLeads uses two fields, LeadsBy & AssignedTo, which are
List Box lookups from the table named TblEmployees.
TblEmployees is simple in that it contains a primary key (set to autonumber)
and the name of the employee which we input.
EmployeeID Employee Name
1 Jack Daniels
2 Samual Adams
3 Bud Light
I used a select query named QryLeads to pull the data from TblLeads. My
report, RptLeads is pulling from QryLeads.
My report has two Text Box fields; one in the header, LeadsBy, and one in
the detail, AssignedTo. The value that is returned in the report is 1,2,3,
etc. that is the EmployeeID and not what I want to report on an that's the
EmployeeName. I've tried switching these fields in the report to list or
combo boxes, modifying the column counts and widths, but so far can't get the
EmployeeName data to pass thru.
Thanks in advance with any assistance.