I IanT Registered User. Local time Today, 21:20 Joined Nov 30, 2001 Messages 191 Feb 9, 2006 #1 Hi Does anyone no how you can call the Form_Load() of another form from a existing form!
RuralGuy AWF VIP Local time Today, 14:20 Joined Jul 2, 2005 Messages 13,819 Feb 9, 2006 #2 Assuming the OtherForm is loaded and the Form_Load procedure has been made Public rather than Private then: Call Forms!OtherFormName.Load should do it! Using the correct OtherFormName of course!
Assuming the OtherForm is loaded and the Form_Load procedure has been made Public rather than Private then: Call Forms!OtherFormName.Load should do it! Using the correct OtherFormName of course!