I used to have a query from a single table, used as the source for a form. On the form is a yes/no control. Clicking that would update the table yes/no field.
Now the data structure has changed to two tables. I have a sub-query which passes the results from the new table to my query. But the yes/no update no longer works, when you click the control in the form. That part of the query, form and table are unchanged. Has the recordset become non-updatable because I added a sub query? How do I get around that?
Robert
Now the data structure has changed to two tables. I have a sub-query which passes the results from the new table to my query. But the yes/no update no longer works, when you click the control in the form. That part of the query, form and table are unchanged. Has the recordset become non-updatable because I added a sub query? How do I get around that?
Robert