I'm having a problem getting a change to the join type in a subform record source to stick. I'm trying to change the join type from an inner join to a left join (I think, I'm new to this terminology). I can make the change when the subform is open in design view and save it, but when I open the main form it reverts to an inner join.
The subform is based on a table and a query. I want to use a left join so that all records from the table are shown and only those records that match from the query are shown. The query is never as up to date as the table, so when the join is reset to an inner join, some of the table entries disappear from the subform. I'm joining two fields, which are called SubjectID and VisitID and I've been trying to change both to a left join.
The main form is based on a differet table. The main form records are linked to the subform by the SubjectID field.
I must be creating some kind of problem somewhere since Access won't keep this change, but I don't understand what I have to do to fix it.