Code triggle when user scroll data

S

Souris

I wanted to set visible or invisible a lable when user scroll data depends on
the data.

I have code working on the a button, but can not find the event.

Any information is great appreciated,
 
C

Chriske911

I wanted to set visible or invisible a lable when user scroll data depends on
the data.

I have code working on the a button, but can not find the event.

Any information is great appreciated,

sub form_current

grtz
 
O

Ofer

Put the code on the On Current event of the form, it will run every time you
move from one record to another
 
Top