Results 1 to 2 of 2

Thread: Search a dataview

  1. #1

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

    Search a dataview

    I have the following line of code :
    Code:
    lDataview.RowFilter = "[tblEmployeeId] = " & iID
    Having extracted a view of one record I now want to search that one record to see if a field called "Active", which is a bit field is either 1 or 0.

    Any idea how to do this ?

    Parksie

  2. #2
    Hyperactive Member CyberHawke's Avatar
    Join Date
    May 2004
    Location
    Washington DC
    Posts
    477
    like this:
    VB Code:
    1. lDataview(RowIndex)(ColumnIndex)
    Whadayamean it doesn't work....
    It works fine on my machine!

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