Is there any way to automatically fill a listview or datagrid with the information retrieved from a ado recordset?
Basically, after the recordset.open " select......"
the information that this recordset retrieves, should automatically fill the listview or datagrid without specifying recordset!field1,recordset!field2 etc.
Any help would be appreciated
Basically, after the recordset.open " select......"
the information that this recordset retrieves, should automatically fill the listview or datagrid without specifying recordset!field1,recordset!field2 etc.
Any help would be appreciated