|
-
Jun 5th, 2003, 01:13 PM
#1
Thread Starter
Hyperactive Member
Delete, Remove, or Hide a Column in a Recordset
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
-
Jun 6th, 2003, 10:30 AM
#2
PowerPoster
how are you displaying it? grid? msgbox? etc?
-
Jun 7th, 2003, 12:32 AM
#3
Thread Starter
Hyperactive Member
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.
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
|