U
UsenetUser
Hi,
Is there a way to do this because I cannot get the syntax right if
there is - tried surrounding the variable with "'" & & "'",
etc.but it looks like it can't be done.
Dim strSubform as string
strSubform = MySubform
'access the subform like this:
Forms!Mainform!strSubform.Form.RecordSource
Is there a way to do this because I cannot get the syntax right if
there is - tried surrounding the variable with "'" & & "'",
etc.but it looks like it can't be done.
Dim strSubform as string
strSubform = MySubform
'access the subform like this:
Forms!Mainform!strSubform.Form.RecordSource