Hi,
I use a mainform with three dynamic subforms. I chance the SourceObject of an invisible subform with controlbuttons to one of the three subforms.
Me!frmSubInvisible.SourceObject = "frmSubVisitA"
On the Subforms is a unbound textbox with contains a string defined this way:
afterUpdate
forms!frmSubVisitA!outletNumber =
forms!MainFormVisit!OutletNumber
I can display the string on the subform but I don't know how to store the value in a table
There a bound textboxes on the subform.
Now I want to store the string of the unbound textbox (in MainForm)in the same table the other textboxes on the subform are bound to.
Thank you for any help.
Peter
I use a mainform with three dynamic subforms. I chance the SourceObject of an invisible subform with controlbuttons to one of the three subforms.
Me!frmSubInvisible.SourceObject = "frmSubVisitA"
On the Subforms is a unbound textbox with contains a string defined this way:
afterUpdate
forms!frmSubVisitA!outletNumber =
forms!MainFormVisit!OutletNumber
I can display the string on the subform but I don't know how to store the value in a table
There a bound textboxes on the subform.
Now I want to store the string of the unbound textbox (in MainForm)in the same table the other textboxes on the subform are bound to.
Thank you for any help.
Peter