On Change Data

Dummy

Dummy User
Local time
Today, 14:33
Joined
Mar 7, 2005
Messages
25
hi,

i have a formula where i want to calculate it each time im doing next with the data navigation button...
i tried to put the code in "on change data", "on after update" of the form and its not calculating...
the formula is correct and its working in other fields.

where i shall put the code?

thanks in advance
 
OnChange is not the correct event. Use the OnCurrent event.

Maybe you should read up on exactly when events are used. Click on them in the properties sheet for the relevant object and press F1.
 

Users who are viewing this thread

Back
Top Bottom