CanuckBuck
Registered User.
- Local time
- Today, 15:35
- Joined
- Apr 27, 2019
- Messages
- 31
I have a scenario where I want to have a form that has a header with some information that is supplied from another form and then the details portion of the form having a tab control with two tabs. The first tab has a number of controls bound to the table that is the record source for the form. This tab also has a number of tab controls on it, each with sub-forms (that have a 1:m, child relationship to the main form) on them.
The 2nd tab of the main form's tab control also has a sub-form on it.
With this configuration, the sub-forms on the tab controls of the first tab of the main form show up on the 2nd tab of the main form.
Does anyone know why this is happening and how I can prevent it?
The 2nd tab of the main form's tab control also has a sub-form on it.
With this configuration, the sub-forms on the tab controls of the first tab of the main form show up on the 2nd tab of the main form.
Does anyone know why this is happening and how I can prevent it?