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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.