Is it possible to have 2 subforms embedded into one main form. I have a Form(frmPapersType) which has 3 comboboxes on it plus a subform (frmPaperTypeResults). after the comboxes are updated then the subform shows the results.
At the moment I have an onClick event in the subform which opens another form to show data relating to the selected record. The onClick event opens the new form (frmNewGrade) as a pop up. I could not get the form (frmNewGrade) to refresh without having the open form event.
The only problem with this is that the screen flickers each time a new record is selected because of the open event. I wondered if I embedded the pop up form whether I would then be able to refresh (frmNewGrade) from the record selector
Regards
Paul
At the moment I have an onClick event in the subform which opens another form to show data relating to the selected record. The onClick event opens the new form (frmNewGrade) as a pop up. I could not get the form (frmNewGrade) to refresh without having the open form event.
The only problem with this is that the screen flickers each time a new record is selected because of the open event. I wondered if I embedded the pop up form whether I would then be able to refresh (frmNewGrade) from the record selector
Regards
Paul