Please Please try to help
I am having real problems trying to create a form with a subform (which will display every entry from a location table as a tick completion list)
There are basically two tables tblStaff and tblLocation and what I am trying to do is for every member of staff I want to show every location from the tblLocation which is a many to many relationship.
To normalise the relationships I have created a third table tblLocationdetails with the Primary key from both tables present ie StaffID and Location.
I have then joined (using an OUTER JOIN) the tblLocation and tblLocationdetails in a query (qryLinkLocation and StaffDetails) which displays all locations together with the relevant tick list that I require.
My problem really is just the final stage where I combine the tblStaff and the query qryLinkLocation and StaffDetails into a form and subform. It doesn’t display all the locations and I cannot for the life of me see why.
It really should be only something very simple but I cannot for the life of me see what I have missed.
I have attached a copy of the database as my explanation above probably leaves a lot to be desired.
Please try and help
Brian Jermain
Scotland
I am having real problems trying to create a form with a subform (which will display every entry from a location table as a tick completion list)
There are basically two tables tblStaff and tblLocation and what I am trying to do is for every member of staff I want to show every location from the tblLocation which is a many to many relationship.
To normalise the relationships I have created a third table tblLocationdetails with the Primary key from both tables present ie StaffID and Location.
I have then joined (using an OUTER JOIN) the tblLocation and tblLocationdetails in a query (qryLinkLocation and StaffDetails) which displays all locations together with the relevant tick list that I require.
My problem really is just the final stage where I combine the tblStaff and the query qryLinkLocation and StaffDetails into a form and subform. It doesn’t display all the locations and I cannot for the life of me see why.
It really should be only something very simple but I cannot for the life of me see what I have missed.
I have attached a copy of the database as my explanation above probably leaves a lot to be desired.
Please try and help
Brian Jermain
Scotland