How do I create a continuous form in VB 6 like the forms in Access where more than one record can be displayed?
Printable View
How do I create a continuous form in VB 6 like the forms in Access where more than one record can be displayed?
You can use the DataRepeater control which has similar functionality.