exoscoriae
IS-IT--Management
Hello all.
I have several fields that are calculated from other fields. They are very simple calculations.
My research has repeatedly shown that in an Access form, if I type in Me.Field1 = (Me.Field2 * Me.Field3) in the 'After Update" section, then anytime Field2 or Field3 is updated, this could should run. Other sites say the update will run anytime someone hits ENTER, TAB, or moves to another record.
I can not get this to work at all - as the field never calculates, no matter how many changes I make. The calculation DOES work however if I place the calculation as the control source of an unbound box.
In a bound box however, I can not seem to get this to work.
I know it is often discouraged to store calculated values, although the values need to be written to the table, as another script comes and takes data from the table to populate a GIS shapefile. I'd rather have the data read directly from this database, then have to write scripts on the GIS side to calculate these values a second time.
Thank you for your time =)
I have several fields that are calculated from other fields. They are very simple calculations.
My research has repeatedly shown that in an Access form, if I type in Me.Field1 = (Me.Field2 * Me.Field3) in the 'After Update" section, then anytime Field2 or Field3 is updated, this could should run. Other sites say the update will run anytime someone hits ENTER, TAB, or moves to another record.
I can not get this to work at all - as the field never calculates, no matter how many changes I make. The calculation DOES work however if I place the calculation as the control source of an unbound box.
In a bound box however, I can not seem to get this to work.
I know it is often discouraged to store calculated values, although the values need to be written to the table, as another script comes and takes data from the table to populate a GIS shapefile. I'd rather have the data read directly from this database, then have to write scripts on the GIS side to calculate these values a second time.
Thank you for your time =)