patkeaveney
Registered User.
- Local time
- Today, 10:39
- Joined
- Oct 12, 2005
- Messages
- 75
I have a form which consists of several tabs.
The data for the form is selected by using a combobox to select the required record
2 of the tabs have a subform on them (each subform links to a different table which have their own add and remove buttons), the others contain data from the main form. The main form data is saved by using a save button.
When i change the data in one of the tabs linked to the main form then go to one of the tabs containing the subform, the subform appears to be locked, I cannot add or remove details from the subform.
If i go to the tab containing the subform first I can add remove data, but when i then go to a tab linked to the main form that is then locked.
The main table is linked to the subform tables via a link table
Is there a way I can add/remove data to the subform and update the main form in this single form.
Thanks
Pat
The data for the form is selected by using a combobox to select the required record
2 of the tabs have a subform on them (each subform links to a different table which have their own add and remove buttons), the others contain data from the main form. The main form data is saved by using a save button.
When i change the data in one of the tabs linked to the main form then go to one of the tabs containing the subform, the subform appears to be locked, I cannot add or remove details from the subform.
If i go to the tab containing the subform first I can add remove data, but when i then go to a tab linked to the main form that is then locked.
The main table is linked to the subform tables via a link table
Is there a way I can add/remove data to the subform and update the main form in this single form.
Thanks
Pat