Calculated field

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hi all.
I have a form that browse in table with record navigator.
also, the is a calculated field (unbound) based on 2 fields on the form
(after update
event)
When I browse the previous calculation populate the field.
How do I refresh it when I`m going through the recordes?
Should I do the calculation in different event? Do I need to bound it?

Thanks,
Tom
 
Try adding the calculation to the Current event procedure as well as the
After Update event procedure.
 
Thanks Brendan, it worked great.
Tom
Brendan Reynolds said:
Try adding the calculation to the Current event procedure as well as the
After Update event procedure.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top