|
-
November 21st, 1999, 02:55 PM
#1
MDI AND ADO
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
-
November 22nd, 1999, 05:25 AM
#2
Re: MDI AND ADO
The question is not fully clear. How abt some code?
You could open different record sets and pass then on to the child forms thru member functions, or you can specify a set of conditions based on which the forms open their own record sets. So.. put some code, and people can look into it!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|