Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: CPro
  • Order by date
  1. CPro

    Using FINDFIRST to find a boolean value??

    Thank you very much for your responses, but I am still a little unsure of something: If the variable, SearchLeft, evaluates to -1, because it is boolean and is set to "True"; and the data in the "Left" field of the Recordset is also set to "True", and therefore also evaluates to -1, then why...
  2. CPro

    Using FINDFIRST to find a boolean value??

    In the command, Data1.Recordset.FindFirst "Left='" + CStr(SearchLeft) + "' SearchLeft is a boolean variable, as well as the value of the data field, "Left". The code above does not work. How can one use the FINDFIRST command to find a value in the database whose datatype is boolean??? Any...

Part and Inventory Search

Back
Top