G
Guest
I am writing a query based on two tables. My query returns data but it is the
‘ID data or linking data’, just a number.
For example: How do I instruct the query to display TestReportLab
(meaningful text) rather than TestReportLabID (just a number)
There is a one to many relationship between the tables.
tblTestReports
TestReportID
TestReportLab
tblLabs
LabID (just a number)
LabName (text that means something)
This is my first attempt at a query so thanks for any assistance.
Seth
‘ID data or linking data’, just a number.
For example: How do I instruct the query to display TestReportLab
(meaningful text) rather than TestReportLabID (just a number)
There is a one to many relationship between the tables.
tblTestReports
TestReportID
TestReportLab
tblLabs
LabID (just a number)
LabName (text that means something)
This is my first attempt at a query so thanks for any assistance.
Seth