Hello
I m looking for a way to populate a datagrid with a recordset.
In fact I would like, if possible, to solve this question with a DAO script instead of ADO, because I most often work with access database and not with big databases.
I know how to create a recordset from access, I know also that we certainly have to use the "additem" method to associate the fields of the datagrid and the fields of the recordset. I know how to do it with a dropdownlistbox with a loop but I must acknowledge that I m not yet skilled to do it with a datagrid.
Thanks in advance for any kind of info.
Jean-Pierre
I m looking for a way to populate a datagrid with a recordset.
In fact I would like, if possible, to solve this question with a DAO script instead of ADO, because I most often work with access database and not with big databases.
I know how to create a recordset from access, I know also that we certainly have to use the "additem" method to associate the fields of the datagrid and the fields of the recordset. I know how to do it with a dropdownlistbox with a loop but I must acknowledge that I m not yet skilled to do it with a datagrid.
Thanks in advance for any kind of info.
Jean-Pierre