StormbringerX
Programmer
My app has 2 forms. My MainForm sets, intitializes, and opens all of my recordsets. I have added another form which is to be used as a search form. It basically consists of a textbox and a Command button.
I really don't want to create a new recordset for the SearchForm to look through. How can I make the SearchForm use a recordset defined in the MainForm?
Thanks!
Dave
I really don't want to create a new recordset for the SearchForm to look through. How can I make the SearchForm use a recordset defined in the MainForm?
Thanks!
Dave