Results 1 to 2 of 2

Thread: Grid selection

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2000
    Posts
    18

    Exclamation

    Im using an ado data control for my database...
    Which grid should i use for, showing just some columns of my table.
    And how do i configure the grid.
    thanks in advance

  2. #2
    Lively Member
    Join Date
    Aug 2000
    Posts
    125
    the DBGrid is the easiest because it automatically populates itself

    use an sql statement for the recordsource of the data control to return just the columns that you want

    this would return just 2 columns in the Titles table:

    "SELECT Author, Title FROM Titles"

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