Hi there,
I'm building a database where the some of the values entered on a form are automatically calculated to save time and errors. I've discovered that these values aren't saved to the associated table field.
I know that convention dictates that the data shouldn't be saved and it should be calculated on the fly with a query, but the data I'm saving isn't going to change (it's the number of issues for each subscriber based on "No.issues" * "Start issue").
Aside from the fact that it's wrong, I have seen that it can be done, however it normally applies to older versions of Access and they don't work for 2007. Does anyone have a way that I can save the calculated value to a control source and then have it
inserted into the table?
I'd ideally appreciate any suggestions or guidance on updating already entered records as it'll save me from going through 100s and updating them manually.
Many thanks,
Synapsis