E
edisonl via AccessMonster.com
Hi,
Private Sub FunnyQuestions()
' I got a 'funny questions' that puzzled me.
' My main form contains mutiple tab control, within each TAB control consist
of subform.
' NOTE: All subform are not bound to main form in any way.
If (I run the subform individually) then
Able to see the output.
ElseIf (I run the form) then
Can't view the output from this subform.
End If
' Anyone care to share or provide some tips ?
End Sub
' Edison
Private Sub FunnyQuestions()
' I got a 'funny questions' that puzzled me.
' My main form contains mutiple tab control, within each TAB control consist
of subform.
' NOTE: All subform are not bound to main form in any way.
If (I run the subform individually) then
Able to see the output.
ElseIf (I run the form) then
Can't view the output from this subform.
End If
' Anyone care to share or provide some tips ?
End Sub
' Edison