I am having a recordset containing result of a query.
Could anyone please suggest a way to view that recordset in datasheet view.
i.e., say, rs is the recordset object which contains the result of my query.
I want to show the records in datasheet view, so that the users could see the records and modify the field values.
I do not want to show the records in Debug window.
so, please help me with the VBA code for viewing the recordset in datasheet view.
Thanks in advance
Could anyone please suggest a way to view that recordset in datasheet view.
i.e., say, rs is the recordset object which contains the result of my query.
I want to show the records in datasheet view, so that the users could see the records and modify the field values.
I do not want to show the records in Debug window.
so, please help me with the VBA code for viewing the recordset in datasheet view.
Thanks in advance