How do I display all properties with a price between £75000 and £95000
C Clampets50 Oct 31, 2007 #1 How do I display all properties with a price between £75000 and £95000
J Jerry Whittle Oct 31, 2007 #2 Create a query based on the table with the prices. Drop down all the fields that you want to see from the table to the columns below. In the criteria row for the field having the prices, put the following: Between 75000 And 95000
Create a query based on the table with the prices. Drop down all the fields that you want to see from the table to the columns below. In the criteria row for the field having the prices, put the following: Between 75000 And 95000