Good Afternoon all
I have 2 forms that are both based (bound) by a query (Query A). My query has 9 tables in tables each joined to one central table by left Joins.
When the query is run, i need to be able to make changes to or update the records on the fly.
To my strange surprise, I am now noticing that the results are all read only. This really defeats the purpose of my design and I am leaning towards a make-table query as I really need to be able to make changes to these results. Can anyone give any feedback on this?
Thank you for your help in advance.
I have 2 forms that are both based (bound) by a query (Query A). My query has 9 tables in tables each joined to one central table by left Joins.
When the query is run, i need to be able to make changes to or update the records on the fly.
To my strange surprise, I am now noticing that the results are all read only. This really defeats the purpose of my design and I am leaning towards a make-table query as I really need to be able to make changes to these results. Can anyone give any feedback on this?
Thank you for your help in advance.