Access vs. vb .NET controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Access supports subforms. The windows DataGrid control is a good analog for a an Access subform in datasheet view. Is there an existing control that can serve as a subform in form view or in continuous form view?
 
¤ Access supports subforms. The windows DataGrid control is a good analog for a an Access subform in datasheet view. Is there an existing control that can serve as a subform in form view or in continuous form view?

Visual Basic 6.0 has a DataRepeater control but it wasn't carried over for .NET WinForms. I've seen
the DataGrid control used for this purpose but that is the only solution I'm aware of.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top