[Solved] Allow editing of a form based on a query
I've got a form setup running from a SELECT query, as I need more information than is in one table.
I'd like to be able to edit the items. I understand that Access locks the form fields as it doesn't really know how to update them seeing as it's based on a SELECT query.
This must be do-able, and I'm sure I can't have been the first person to request this - but I am finding it difficult to find a solution.
From working with VB in .net, (a while ago!) I remember setting a different UpdateQuery for a gridview, aswell as different delete and select queries. Is there any way to do this within an access form?
Many Thanks.
I've got a form setup running from a SELECT query, as I need more information than is in one table.
I'd like to be able to edit the items. I understand that Access locks the form fields as it doesn't really know how to update them seeing as it's based on a SELECT query.
This must be do-able, and I'm sure I can't have been the first person to request this - but I am finding it difficult to find a solution.
From working with VB in .net, (a while ago!) I remember setting a different UpdateQuery for a gridview, aswell as different delete and select queries. Is there any way to do this within an access form?
Many Thanks.
Last edited: