sharkchaser
Technical User
This is what I have. . .
It keeps asking me to enter an 'Active' parameter value?
Any suggestions would be greatly appreciated.
Thanks . . . Rick
It keeps asking me to enter an 'Active' parameter value?
Code:
SELECT COUNT(*) AS [Count <=199999]
FROM tblCARETSData
WHERE ListingStatus = ‘Active’
AND ListPrice <= 199999
AND County = 'orange'
UNION ALL
SELECT COUNT(*) AS [Count >=200000 <=299999]
FROM tblCARETSData
WHERE ListingStatus = ‘Active’
AND ListPrice >=200000
AND ListPrice <=299999
AND County = 'orange';
Any suggestions would be greatly appreciated.
Thanks . . . Rick