U
|
Urnso 2/17/2009 |
Hi, I am compiling a list of properties and want to provide a link, like on the Vacation template, to all 4 bedroom properties and then COUNT. The query I would be using would be (I think): SELECT COUNT(*) FROM 'property' WHERE Bedrooms='4 Bedrooms' Is it possible to add this to the query designer, if so, how do I go about it? Thanks in advance Nicola
|
N
|
nicolagrimshaw author 2/17/2009 |
Hi There, I think the would work (your query) I am new to those but you can always test your queries by using the tab next to query designer. Change the code that is in there to yours and see if it works. Good luck!
|
N
|
nicolagrimshaw author 2/17/2009 |
I have tried to do this another way, by amending the events code shown on the Vacation template global $strSQL, $conn, $xt;
|
J
|
Jane 2/18/2009 |
It's difficult to tell you what's happening without seeing actual files. |