Hello,
The following is my scenario:
I have an access form with a tab control. This tab control contains multiple tabs as is expected. One of the tabs contains text boxes, which are bound to the main query for the form. (Main Table called: module)
Another tab contains just a sub-form, which is bound to a separate table (table name: closing information). The “module” and “closing information” tables are linked by an ID field.
My problem is that I want to save information from the first tab (text boxes) into the sub-form and table associated with it. I know I can fill the text boxes and then with a command button trigger the event and of course I can see the data from the text boxes because is bounded to the main table (module) but I don’t know what to use to perform the update.
Any help would be greatly appreciated.
G
The following is my scenario:
I have an access form with a tab control. This tab control contains multiple tabs as is expected. One of the tabs contains text boxes, which are bound to the main query for the form. (Main Table called: module)
Another tab contains just a sub-form, which is bound to a separate table (table name: closing information). The “module” and “closing information” tables are linked by an ID field.
My problem is that I want to save information from the first tab (text boxes) into the sub-form and table associated with it. I know I can fill the text boxes and then with a command button trigger the event and of course I can see the data from the text boxes because is bounded to the main table (module) but I don’t know what to use to perform the update.
Any help would be greatly appreciated.
G