PDA

Click to See Complete Forum and Search --> : Passing Values from a Data Grid


casox
Dec 29th, 1999, 04:27 AM
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

Clunietp
Dec 29th, 1999, 08:41 AM
Try a data1.movenext, where data1 is the data control that the grid is bound to