C
Christopher J. Babb
Here's my problem...
1 main form with 3 subforms.
The subforms are derived from queries.
Subform 1 is populated by selecting from a combo box on the main form. The
value of the combo box is linked to Subform 1 via Master/Child fields.
Selecting a record in Subform 1 populates a text box (Text1) on the main
form.
Subforms 2 & 3 are linked to the main form using Master/Child fields. Text1
is used as the Master Field.
All of this works exactly as I wish and displays all of the appropriate
values in all 3 subforms.
The problem I am having is that while the proper data is displayed, the form
seems to go into an endless loop and displays 'Calculating' at the bottom of
the main form. The cursor continuosly flickers as does all the data int he
subforms. It doesn't lock up the form as when I select a record in Subform
1, it displays the proper values in Subforms 2 & 3.
Can anyone shed any light on this problem?
Thanks,
Chris
1 main form with 3 subforms.
The subforms are derived from queries.
Subform 1 is populated by selecting from a combo box on the main form. The
value of the combo box is linked to Subform 1 via Master/Child fields.
Selecting a record in Subform 1 populates a text box (Text1) on the main
form.
Subforms 2 & 3 are linked to the main form using Master/Child fields. Text1
is used as the Master Field.
All of this works exactly as I wish and displays all of the appropriate
values in all 3 subforms.
The problem I am having is that while the proper data is displayed, the form
seems to go into an endless loop and displays 'Calculating' at the bottom of
the main form. The cursor continuosly flickers as does all the data int he
subforms. It doesn't lock up the form as when I select a record in Subform
1, it displays the proper values in Subforms 2 & 3.
Can anyone shed any light on this problem?
Thanks,
Chris