S
smk23
In the following code, I would like to set the sub form but get an
application error with the second line. frm, frmsub and strTab are all
declared prior to this. What is the correct syntax? Thanks so much!!
Set frm = Forms("frmBrMain2")
Set frmsub = frm.Forms("frm" & strTab).Form
Sam
application error with the second line. frm, frmsub and strTab are all
declared prior to this. What is the correct syntax? Thanks so much!!
Set frm = Forms("frmBrMain2")
Set frmsub = frm.Forms("frm" & strTab).Form
Sam