I've got 2 forms that I'm working with in Access 2000. Let's call them Form1 and Form2.
Form1 has a Sub that I'm trying to use from Form2. Let's call it Routine1. It has one argument Dim As String.
I called Routine1 in this manner:
Form_Form1.Routine1(string_variable)
The undesirable side-effect: runs Form_Load in Form1
Any ideas?
Form1 has a Sub that I'm trying to use from Form2. Let's call it Routine1. It has one argument Dim As String.
I called Routine1 in this manner:
Form_Form1.Routine1(string_variable)
The undesirable side-effect: runs Form_Load in Form1
Any ideas?