Hi
I have a form whose data comes from a query. This query draws data from four different tables, and I have noticed on this forum that there are issues as to whether you can update records using queries like this.
I am able to update data directly in my query so I thought I had got around the problem. I did this by changing some properties of the query and I think it is the "recordset type" property on the query (changed to "Dynaset (inconsistent updates)") (whatever that is), that is enabling me to do this. However, when I try to change data in my form, it doesn't let me make changes in the fields at all even though I can do so in the query.
I want to be able to make changes to the data in the form FRMPupilAchievementByPiece. Any idea on how I can do this? My query only has inner joins, if that's important. I know a bit, but obviously not enough! Any help appreciated.
Thanks
(PS I deleted most of the DB in the uploaded copy to reduce its size. Any better way?)