my code goes like this..
SELECT ALL TBL_MONITOR.ITEM_ID, TBL_MONITOR.CATEGORY,
TBL_MONITOR.BRANDNAME, TBL_MONITOR.PRICE, TBL_MONITOR.QUANTITY
FROM TBL_MONITOR
where
case when :pricetag = 'Great' then tbl_monitor.price >= :para_price end,
case when :pricetag = 'Less' then tbl_monitor.price >= :para_price end
this part does not work, it says.. missing keyword ==> >= :para_price end
==> >= :para_price end,
wat i want to do is if the user input 'Greater' the reports will show prices greater than the ':para_price' how would i fix this? Thanks a lot in advance :)
{}toolbar button. I've done it for you this time. It also helps to provide all the relevant information you have: does not work is not a helpful description. – Álvaro G. Vicario Aug 5 '11 at 9:32