Hello
I have a problem. I want to update my control for my subform with a new subform. This is really hard to explain but I hope someone understand. To update I use a radio button that runs a Basic code on focus like
Private Sub radio1_GotFocus()
Me.F_Subform1.SourceObject = ????
End Sub
What should I write instead of the questionmark to tell the control to view a new subform.
:|!
- Tom
I have a problem. I want to update my control for my subform with a new subform. This is really hard to explain but I hope someone understand. To update I use a radio button that runs a Basic code on focus like
Private Sub radio1_GotFocus()
Me.F_Subform1.SourceObject = ????
End Sub
What should I write instead of the questionmark to tell the control to view a new subform.
:|!
- Tom