Martynwheeler
Member
- Local time
- Today, 06:32
- Joined
- Jan 19, 2024
- Messages
- 82
Just playing with putting together a UI for a student database (I have been helped tremendously so far on the design of the tables and relationships on another thread in the tables forum). I am now looking at the ui for entering and editing data. I thought I could run a query and edit the data in a field but because there are several joins it is not letting me edit the data.
I enclose a simplified version of what I am doing. I'd like to be able to change the mark field in this query
but it says the recordset is not updateable.
I can't see how i can build a nice clean datagrid view like this using a subform. The only thing i can think to do is create a temporary table to edit and then use the values to update the relevant table.
Am I missing something obvious.
Thank you
Martyn
I enclose a simplified version of what I am doing. I'd like to be able to change the mark field in this query
but it says the recordset is not updateable.
I can't see how i can build a nice clean datagrid view like this using a subform. The only thing i can think to do is create a temporary table to edit and then use the values to update the relevant table.
Am I missing something obvious.
Thank you
Martyn