Update a table on second subform

A

Arturo

I have a form with a subform within it. The subform is named frmNEWSUB. I use
this subform to load up eight other subforms within it using the script below:
Me.frmNEWSUB.SourceObject = "frmSUBFORM1"
or whatever the subform may be named.

Some of the subforms have different tables behind them. How do I update
Field2 in Table2, which is the recordsource for Subform2, after an update in
Field1 in Table1, which is the recordsource for Subform1?

Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top