Using Access 2013 I have a continuous form with an SQL string recordsource showing a summary of investments.
The total value of a fund is displayed in a calculated textbox from two other fields, number of units x unit value.
To reset the current value I open a form for that record, amend the values in the table, record the changes in an historic table, then close and return to the continuous form. This performs a requery to refresh the data and resets to the chosen record.
The continuous form updates all fields except the calculated field.
Question, how can I force this to recalculate, or do I make another field in the table to store current total value?
Thanks in advance for your interest.
The total value of a fund is displayed in a calculated textbox from two other fields, number of units x unit value.
To reset the current value I open a form for that record, amend the values in the table, record the changes in an historic table, then close and return to the continuous form. This performs a requery to refresh the data and resets to the chosen record.
The continuous form updates all fields except the calculated field.
Question, how can I force this to recalculate, or do I make another field in the table to store current total value?
Thanks in advance for your interest.