I have a form based on multiple linked tables and a union query. On the form is a calculated field that I want to store in a table. Using SetValue returns an Automation error, and I can't really calculate that value in my query.
Can anyone help?
Calculate the value on the form. Don't store it in the table. This is widely considered a no no. If you calculate it and store it in the table, then any time any data changes you need to recalculate it or it will be wrong. Terry
I need to import the calculated value into 3rd party software which only allows ODBC from table fields. That's why I need to store it in a table first. I do appreciate your suggestions.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.