Given a recordset [Result] which contains 5 columns and 5 rows.
My code allows the user to display the recordset [Result], however I wish to remove / delete / hide the first column.
Note: Result is a disconnected recordset
Printable View
Given a recordset [Result] which contains 5 columns and 5 rows.
My code allows the user to display the recordset [Result], however I wish to remove / delete / hide the first column.
Note: Result is a disconnected recordset
how are you displaying it? grid? msgbox? etc?
The Recordset is piped out to an EXCEL file.
Thus I cannot hide it via the display method unless I totally modify my Exporting functions.
So I thought there must be an easier way to do it, and that would be removing the column from the actual recordset.