Click to See Complete Forum and Search --> : Working with MDI form


asaf eli
November 20th, 1999, 06:21 PM
I'm working with MDI forms, the child form is my data form.
I need to know how to open a few child windows, with a diferent recordset.
Every child form represent a recordset.

At the beginning I was using :

Dim frm as new (the form name)
frm.show

but always the child windows that were open, show me the same recordset

I'm expecting for answer, Thank you all