I just completed the same task, in Access all you make is subform, in VB you have to build it from the recordset(rs) or link the rs to the datasource(ds) property.
Here's the ds example:
Set MSFlexGrid.Datasource = rs.YourRecordSet
Replace MSFlexGrid with your grid name. You might want to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.