G Guest Feb 11, 2005 #2 Its pretty simple however the form that contains the routine you want to call must be loaded, meaning it’s open. Dim NewForm as Form Set NewForm = Forms(FormName) ‘Name of the open form you want to reference NewForm.routinename
Its pretty simple however the form that contains the routine you want to call must be loaded, meaning it’s open. Dim NewForm as Form Set NewForm = Forms(FormName) ‘Name of the open form you want to reference NewForm.routinename
J JP Bless Feb 11, 2005 #3 Hi Rick Worked like a charm. I have been battling this problem for days. Thanks.