Hi,
I have 2 tables with the following fields:
tblStaffDetails tblTrainingMeetings
StaffID (primary key) StaffID (primary key)
FName TrainID (primary key)
MName
LName
Address
etc...
I need a query that shows all staff members from tblStaffDetails who do do yet have a record in tblTrainMeetings.
Any help would be appreciated
thanks
Dan
I have 2 tables with the following fields:
tblStaffDetails tblTrainingMeetings
StaffID (primary key) StaffID (primary key)
FName TrainID (primary key)
MName
LName
Address
etc...
I need a query that shows all staff members from tblStaffDetails who do do yet have a record in tblTrainMeetings.
Any help would be appreciated
thanks
Dan