Order of events: Forms/Subforms

  • Thread starter Thread starter helpseeker
  • Start date Start date
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!
 
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 :-)
 
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!
| >
| >
|
|
 
Back
Top