Whats events are triggered when scrolling through records?

G

Guest

Hi Guys,

I have a text box that makes a calculation based on data stored in the
current record.

How do I update this calculation when the next record is selected using the
record selectors. I assume you can use a triggered event to do the
calculation, but what events take place when you move to a new record with
out saving or changing the current record?

Thanks

Kenny
 
R

Rick Brandt

Hi Guys,

I have a text box that makes a calculation based on data stored in the
current record.

How do I update this calculation when the next record is selected using the
record selectors. I assume you can use a triggered event to do the
calculation, but what events take place when you move to a new record with
out saving or changing the current record?

The Form's Current event fires as you change records.
 
Top