J
JB
can you use if , then statements with the frontpage 2002
database results.
If so can someone please tell me why this is not working?
IF
:Category:: = 'ALL') THEN SELECT * FROM Inventory
WHERE QTY > '0'
ELSE
SELECT * FROM Inventory WHERE (Category = '::Category::')
AND QTY > '0'
END IF
database results.
If so can someone please tell me why this is not working?
IF
WHERE QTY > '0'
ELSE
SELECT * FROM Inventory WHERE (Category = '::Category::')
AND QTY > '0'
END IF