I'm writing a vb6 database application that I would like to model after the Form/subForm design in Access. I've created the subforms and set their borderstyle = 0 property so there is no title bar and it appears that the subform is part of the main form. I have one large form that has the parent recordset information in it and then each child recordset has its own form. I use the zorder(0) method to keep the subform on top, so it doesn't disappear behind the main form when the mainform receives focus. The problem is that with the zorder(0) method, the main form cannot get focus and the record navigation buttons don't work at all. Does anyone have any experience with this design technique in visual basic?
Thanks,
Matt Weiner
Thanks,
Matt Weiner