code placement

S

scott04

I am using the enable feature to disable area of my form. Should i be using
it in the combo boxes after update function and the form load function?
Thank you
 
O

Ofer Cohen

It should be defined in two palces

1. OnCurrent event of the form - will set the Enable section of the form
when the form is loading and when you move between records

2. AfterUpdate event of the objects that responsible to the situation of
this area
 
Top