ChrisHannah
Registered User.
- Local time
- Today, 21:24
- Joined
- Dec 15, 2016
- Messages
- 12
hello
i'm getting an "operation not supported for this type of object" error when Pressing the Save Button on a form (this doesn't stop the save function)
This form has a query behind it that limits the list to a selection and that saves data to two tables tables.
i only get the error when updating the two fields from the second table.
i'm assuming that the button needs code that writes it to two tables and not just one (the button was created with the auto "save record" function).
or perhaps i need to re-strucutre my query/or data so this does not happen?
I have opened the query directly and updated the same values and do not recieve the error message so i do think that this is based on the button
i'm getting an "operation not supported for this type of object" error when Pressing the Save Button on a form (this doesn't stop the save function)
This form has a query behind it that limits the list to a selection and that saves data to two tables tables.
i only get the error when updating the two fields from the second table.
i'm assuming that the button needs code that writes it to two tables and not just one (the button was created with the auto "save record" function).
or perhaps i need to re-strucutre my query/or data so this does not happen?
I have opened the query directly and updated the same values and do not recieve the error message so i do think that this is based on the button
Last edited: