I have the following line of code :
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.Code:lDataview.RowFilter = "[tblEmployeeId] = " & iID
Any idea how to do this ?



Reply With Quote
