Order of events: Forms/Subforms

H

helpseeker

I have two sub forms in a main form.
FrmShipments
- sbfLineItems
-SbfTracking

As I understood it, the subforms load before the main form.
This seems to be true for the first subform - sbfLineItems
but the Form_load and Form_current events for sbfTracking do not seem to
fire at all.

Help!
 
K

Ken Snell

Help on what? You need to give us some idea of what it means "do not seem to
fire at all". What is happening -- or perhaps more importantly, is not
happening? We have no idea of the setup of your form, what you want to have
happen, etc.

Give us some info so that we might be able to help :)
 
H

helpseeker

Hi Ken,
I just solved the problem:
When I looked at the form's properties, the Load and current events did not
have event procedure for the load and current events,
When I selected event procedure for these events, it worked.



| Help on what? You need to give us some idea of what it means "do not seem
to
| fire at all". What is happening -- or perhaps more importantly, is not
| happening? We have no idea of the setup of your form, what you want to
have
| happen, etc.
|
| Give us some info so that we might be able to help :)
|
| --
| Ken Snell
| <MS ACCESS MVP>
|
|
| | > I have two sub forms in a main form.
| > FrmShipments
| > - sbfLineItems
| > -SbfTracking
| >
| > As I understood it, the subforms load before the main form.
| > This seems to be true for the first subform - sbfLineItems
| > but the Form_load and Form_current events for sbfTracking do not seem to
| > fire at all.
| >
| > Help!
| >
| >
|
|
 

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