code placement

  • Thread starter Thread starter scott04
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top