Form load event

  • Thread starter Thread starter ignatiusverbeek
  • Start date Start date
I

ignatiusverbeek

I am having problems with the load event in a MS Access Form. When I
open the form using the docmd.openform method the load even doesn't
fire. If I open the form from the database container the load event
does work.

Is this normal? What do I do to get around it? I use both the load
and open events in the form. I need the on load event to set up some
temporary tables that are bound to subforms onthe main form.

Thanks in advance
 
When you open the form, is it bound? the Load event only happens when
data is being loaded...

Warm Regards,
Crystal
*
(: have an awesome day :)
*
MVP Access
Remote programming and Training
strive4peace2006 at yahoo.com
*
 
Back
Top