sSql = "Rent_Price Between '" & Me.txtRentPriceMin.Value & "'AND '" & Me.txtRentPriceMax.Value & "';"
I get a datatype mismatch error when i run this query.
at the end of the code I have:
sSql = "Select * from Listing where " & sSql
In my table i have the field set as double and i am putting numbers into the text boxes.
Any ideas?
I get a datatype mismatch error when i run this query.
at the end of the code I have:
sSql = "Select * from Listing where " & sSql
In my table i have the field set as double and i am putting numbers into the text boxes.
Any ideas?