The record source for a form can either be a table or a query right ?
So in theory I should be able to design a form that populates more than one table at once, the common link being the query.
So how come when I design a query to bring together 2 tables am I prevented from modifying the data in the query. The fields act as though they are locked despite being unquely named and traceable to a unique field in each table ?
If a query only references one table I'm fine, if I introduce another table and a link ( e.g. common ID number ) I'm prevented from changing any of the fields.
So in theory I should be able to design a form that populates more than one table at once, the common link being the query.
So how come when I design a query to bring together 2 tables am I prevented from modifying the data in the query. The fields act as though they are locked despite being unquely named and traceable to a unique field in each table ?
If a query only references one table I'm fine, if I introduce another table and a link ( e.g. common ID number ) I'm prevented from changing any of the fields.