Results 1 to 2 of 2

Thread: Passing Values from a Data Grid

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 1999
    Location
    Oak Creek, WI, USA
    Posts
    92

    Post

    How do I get the value of a specific field of a selected or highlighted record in a Data Grid? I've tried: glIssueNum = IssuesTB.fields("IssueNum").value Although this does pass the value of the first record it does not pass the value of the selected record. Any ideas? Thanks.

    casox

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    Try a data1.movenext, where data1 is the data control that the grid is bound to

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