I have two main forms referring to one subform. I want that particular subform's combobox to detect which main form it is running under with a series of if statements to perform a function.
Is there a simple way of the subform knowing which main form its running under? Or if I have another form two forms opened up, and I want one form to maybe pop a message box saying that the other form is open. What's the best way to check if form is open?
Is there a simple way of the subform knowing which main form its running under? Or if I have another form two forms opened up, and I want one form to maybe pop a message box saying that the other form is open. What's the best way to check if form is open?