P
pfm721
I have a db with 3 tables.
tblTracker
ID (AutoNumber) PK
VetSSN (text)
ConsultNumber (text)
Location (text)
tblVendor
Name (text) PK
Phone (number)
tblAppointment
ID (AutoNumber) PK
Type (text)
Status (text)
ConsultNumber (text)
My question is I would like to run a query that returns all consults that
don't have appointments. I am not sure how to build the query for this
though.
I woul
tblTracker
ID (AutoNumber) PK
VetSSN (text)
ConsultNumber (text)
Location (text)
tblVendor
Name (text) PK
Phone (number)
tblAppointment
ID (AutoNumber) PK
Type (text)
Status (text)
ConsultNumber (text)
My question is I would like to run a query that returns all consults that
don't have appointments. I am not sure how to build the query for this
though.
I woul