How can i make "Price Equals or MORE Than" not to be less than.Here is the example: if the customer search accommodation with two bedrooms i want to be shown all accommodation with two bedrooms and more than two bedrooms.
This code below is if i want to be shown less than.
if not IsNull(strValue) then
strValue="From €" & strValue & "/per day"
Else
strValue =""
End If
Could you help me please?