S
Sandy
I have two table tbl_Repairers and tbl_Job_Details related on a one to many
on RepairerID field.
tbl_Repairers
RepairerID - Autonumber - Primary Key
RepName - Text
tbl_Job_Details
RepairerID - Number - LookUp on RepName.
<Other Fields>
When I set up a query using the RepairerID field from the tbl_Job_Details,
the values in the field show as text but if I want to run a query on one
repairer e.g. "AT" then I get a data mismatch. If the criteria is entered as
'1' then I get the results I want. How can I adjust the query such that if I
want to see all the jobs by AT then that is what I type in the query - not
1.
Sandy
on RepairerID field.
tbl_Repairers
RepairerID - Autonumber - Primary Key
RepName - Text
tbl_Job_Details
RepairerID - Number - LookUp on RepName.
<Other Fields>
When I set up a query using the RepairerID field from the tbl_Job_Details,
the values in the field show as text but if I want to run a query on one
repairer e.g. "AT" then I get a data mismatch. If the criteria is entered as
'1' then I get the results I want. How can I adjust the query such that if I
want to see all the jobs by AT then that is what I type in the query - not
1.
Sandy