VB.Net Main/Sub Form Creation

  • Thread starter Thread starter James R Esposito
  • Start date Start date
J

James R Esposito

I am trying to transition from Access97 to Visual
Basic.net. My biggest challenge to date is the creation
of a Main/Sub Form. In Access97 You create a main form
and you can then insert a sub form. an example would be a
main form containing info on one customer and the sub
containing all records relative to that particular
customer. Just what is the VB Equivalent of this process?

As always, any help would b e greatly appreciated.

J R Esposito
 
I'll probably get told I'm wrong, and there is a way of doing this, but I
dont think the concept exists as it did in Access. Your best bet is to start
looking at twin DataGrids and the ADO setup to make this work the way you
describe below.


http://msdn.microsoft.com/msdnmag/issues/02/02/cutting/default.aspx

OHM

I am trying to transition from Access97 to Visual
Basic.net. My biggest challenge to date is the creation
of a Main/Sub Form. In Access97 You create a main form
and you can then insert a sub form. an example would be a
main form containing info on one customer and the sub
containing all records relative to that particular
customer. Just what is the VB Equivalent of this process?

As always, any help would b e greatly appreciated.

J R Esposito

Regards - OHM# (e-mail address removed)
 
* "James R Esposito said:
I am trying to transition from Access97 to Visual
Basic.net. My biggest challenge to date is the creation
of a Main/Sub Form. In Access97 You create a main form
and you can then insert a sub form. an example would be a
main form containing info on one customer and the sub
containing all records relative to that particular
customer. Just what is the VB Equivalent of this process?

There is no built-in way at the moment, but in VS.NET 2004, a control
for doing something like that will be included.
 
Back
Top