I created a main form with a tabbed folder on it. On the tabbed folder there are a number of subforms which all relate to the main form.
The main form is working properly.
I created another form which allows the user to pick which record they would like to view from either a combo box or an input box.
Now when the user either selects or types in the record they would like to view and hits enter, the main form appears correctly with the selected record. However, if there is not currently any information to populate the subforms, then the tabbed pages with the subforms just appear with a huge white box in them (i.e. none of the labels, fields, colors, or formatting of the subforms appear). I do not want this to occur. I want the subforms to appear as they were built and as they appear in the main form when I navigate to the main form without using the input/combo option.
How can I rectify this situation?
When I open the main form WITHOUT using the combo box or the input box all the subforms are perfect even if there is no information in the fields (i.e. all the labels, fonts, colors, and text boxes appear).
The main form is working properly.
I created another form which allows the user to pick which record they would like to view from either a combo box or an input box.
Now when the user either selects or types in the record they would like to view and hits enter, the main form appears correctly with the selected record. However, if there is not currently any information to populate the subforms, then the tabbed pages with the subforms just appear with a huge white box in them (i.e. none of the labels, fields, colors, or formatting of the subforms appear). I do not want this to occur. I want the subforms to appear as they were built and as they appear in the main form when I navigate to the main form without using the input/combo option.
How can I rectify this situation?
When I open the main form WITHOUT using the combo box or the input box all the subforms are perfect even if there is no information in the fields (i.e. all the labels, fonts, colors, and text boxes appear).