R
Rick Schneider
Is it possible to change a property of a control/tab usine a string? For
example, I tried:
Dim Test_Form As String
Test_Form = "forms![frm_Main_Contacts]"
Test_Form.Tab_Control_Subforms.Value = 0
where "Tab_Control_Subforms" is a tab control. This does not work. Is
there some way to do this?
Thanks,
Rick
example, I tried:
Dim Test_Form As String
Test_Form = "forms![frm_Main_Contacts]"
Test_Form.Tab_Control_Subforms.Value = 0
where "Tab_Control_Subforms" is a tab control. This does not work. Is
there some way to do this?
Thanks,
Rick