Results 1 to 2 of 2

Thread: Datagrid

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    Datagrid

    I have given my datagrid a source in code with the following:

    Me.DataGrid2.DataSource = Me.dsArchive

    The proble is that the datagrid is not expanded (it has the + link in the top left hand corner.

    How do i display the entire contents in code?

    Parksie

  2. #2
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    Dublin, Ireland
    Posts
    262
    Think you need to specify the table:-

    Me.DataGrid2.DataSource = Me.dsArchive.Tables(0)

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