Update a form after changing to new Record

G

Greg

I need to update a form based on an field of the new record. Each time I
change the dataset with the record selector, I need to update the form, ie
turn a tecxt box on or off. I'm not sure what event to assign a procedure too
?

Thanks for any help
 
M

Marshall Barton

Greg said:
I need to update a form based on an field of the new record. Each time I
change the dataset with the record selector, I need to update the form, ie
turn a tecxt box on or off. I'm not sure what event to assign a procedure too


Use the form's Current event
 
Top