J
JulieS
I'm likely missing something basic, so please bear with me. I have
two tables from an old system that have inconsistent data:
tblSchedule
LocationID
ApptDate
......Other fields
tblEquipment
LocationID
InspectionDate
EquipmentID
......Other fields
The InspectionDate in tblEquipment should be the same as the
ApptDate in tblSchedule. However, they don't always match. What I
am attempting to do is show those discrepancies.
I've created an outer join to show me where a LocationID exists in
tblSchedule but does not exist in tblEquipment without trouble.
What I'd like to create is a query that shows where the LocationIDs
in the two tables match but the ApptDate and InspectionDate don't
match.
Thank you for any assistance.
Julie
two tables from an old system that have inconsistent data:
tblSchedule
LocationID
ApptDate
......Other fields
tblEquipment
LocationID
InspectionDate
EquipmentID
......Other fields
The InspectionDate in tblEquipment should be the same as the
ApptDate in tblSchedule. However, they don't always match. What I
am attempting to do is show those discrepancies.
I've created an outer join to show me where a LocationID exists in
tblSchedule but does not exist in tblEquipment without trouble.
What I'd like to create is a query that shows where the LocationIDs
in the two tables match but the ApptDate and InspectionDate don't
match.
Thank you for any assistance.
Julie