Forms and SubForms HELP!!!!

V

Vanessa

Hi,

I'm placing a subform on my main form and having a problem on th
"OnLoad"... the subform seems to be loading before the parent form
This causes many problems for me.. I have the security on the form an
have many subforms. I also have values on the form that are required i
the subforms but since the subform is running first, I'm getting quit
a few errors. HELP!!!

Thanks in advance,
Vaness
 
B

Brendan Reynolds

Subforms do load before the main form, yes. There is no way to change that
behaviour.

If you're trying to refer to controls on the main form from the Open event
procedure of the subform, you may be able to resolve the problem by moving
the code to a different event procedure. But it's difficult to offer more
specific advice without more information.
 

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

Top