Hi,
PLease look at this senario.
Table 1 Form(User Types In)
Low_Price High_Price Low Price High Price
595 675 595
550 600
Here is part of what I'm using
Low_Price >=varLow_Price AND High_Price <= varHigh_Price
How would I write a query that would select the unit if the user puts in 595 in the high price end?
Thanks for any help.
PLease look at this senario.
Table 1 Form(User Types In)
Low_Price High_Price Low Price High Price
595 675 595
550 600
Here is part of what I'm using
Low_Price >=varLow_Price AND High_Price <= varHigh_Price
How would I write a query that would select the unit if the user puts in 595 in the high price end?
Thanks for any help.