I have run into the issue of a "recordset" not being "updateable". I am running Access 2007.
My issue is that I have a query that is pulling data from two tables using a union statement. I have built a form that I would like to be able to use to update those tables.
I have heard that I may be able to somehow link a non-updateable query to an updateable table (or possibly another query), or eliminate the query and just use the tables themselves (which I have already done but would prefer the option to somehow update the query).
Is there a way to use Access/SQL to join or link the tables in the form (is this possible?) so that each table is updated as fields on the form are modified?
I am not sure the best method to use in my approach.
Any help is appreciated. Thank you.
My issue is that I have a query that is pulling data from two tables using a union statement. I have built a form that I would like to be able to use to update those tables.
I have heard that I may be able to somehow link a non-updateable query to an updateable table (or possibly another query), or eliminate the query and just use the tables themselves (which I have already done but would prefer the option to somehow update the query).
Is there a way to use Access/SQL to join or link the tables in the form (is this possible?) so that each table is updated as fields on the form are modified?
I am not sure the best method to use in my approach.
Any help is appreciated. Thank you.