DataView Search

I am having trouble searching a DataView:<BR><BR>The table my DataView is based on has AutoNumber(key), EmployeeID, SupervisorID, ... fields. (I wanted to use the EmployeeID field as the key, but many EmployeeID's begin with one or more zeros?) It seems as if the DataView.Find method accepts only key field values. What if I want to search based on an EmployeeID value, and return the SupervisorID?<BR><BR>Can anyone help? Thanks!
 
Back
Top