2
Answers

using methods of other forms

I_Pogi

I_Pogi

21y
2.5k
1
Is it possible for one form to use a method that is declared in another form? One of the forms I have in an MDI has an oleDBAdapter on it and rather than create an adapter on the new form I'd like to just call a method in the previous form, pass it an array, and update the database from there. Is that possible? And if it is, how do you do it?

Answers (2)