Q
quonzilla
i am using linked tables from my companies db to compilee info on a specific
project. i import a table from Excel and run a query using one of the linked
tables. the info that i am looking for is all there.
when i create the report, the field (manager's name) is there but the names
of the employees are numeric values (auto number value), not the actual names
that are displayed in the query.
the table that i am linked to populates the field (manager's name) with a
look up value from another table called "Merchandisers". the look up value
is:
SELECT Merchandisers.EmployeeID, [First Name] & " " & [Last Name] AS Expr1,
Merchandisers.[Last Name] FROM Merchandisers ORDER BY Merchandisers.[Last
Name];
when i run the report, the value in the managers' field is their auto
number, not their name. since the managers do not know their Access created
ID's, this does me no good, and it looks ugly on the report.
i have tried all i know and i can't seem to figure it out.
project. i import a table from Excel and run a query using one of the linked
tables. the info that i am looking for is all there.
when i create the report, the field (manager's name) is there but the names
of the employees are numeric values (auto number value), not the actual names
that are displayed in the query.
the table that i am linked to populates the field (manager's name) with a
look up value from another table called "Merchandisers". the look up value
is:
SELECT Merchandisers.EmployeeID, [First Name] & " " & [Last Name] AS Expr1,
Merchandisers.[Last Name] FROM Merchandisers ORDER BY Merchandisers.[Last
Name];
when i run the report, the value in the managers' field is their auto
number, not their name. since the managers do not know their Access created
ID's, this does me no good, and it looks ugly on the report.
i have tried all i know and i can't seem to figure it out.