surfbum3000
Technical User
I have 2 tables: tblReservedTime & tblAppts. I need to exclude the ReservedTime record if there is an appt. record in tblAppts. Both tables have the following fields in common:
Date
Location
EMP_ID
LastName
FirstName
StartTime
EndTime
I have tried the unmatched query wizard and then tried joining both tables on the above listed fields but I keep getting reserved time that has an appt. If the reserved time has an appt. in that slot, I want to exclude it.
Date
Location
EMP_ID
LastName
FirstName
StartTime
EndTime
I have tried the unmatched query wizard and then tried joining both tables on the above listed fields but I keep getting reserved time that has an appt. If the reserved time has an appt. in that slot, I want to exclude it.