|
-
July 11th, 2000, 01:55 AM
#1
How can a record set be used to populate a dbgrid control.
How can a record set be used to populate a dbgrid control.
My code is
Dim rs As Recordset
Dim db As Database
...
...
Set rs = db.OpenRecordset(strQuery, dbOpenDynaset)
I need to display the records returned in rs onto the grid???
Regards
Aswin Asokan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|