Results 1 to 3 of 3

Thread: Delete, Remove, or Hide a Column in a Recordset

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2003
    Posts
    308

    Question 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

  2. #2
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951
    how are you displaying it? grid? msgbox? etc?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2003
    Posts
    308
    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
  •  



Click Here to Expand Forum to Full Width