eighthundred
Registered User.
- Local time
- Today, 10:44
- Joined
- Aug 15, 2005
- Messages
- 11
how can i control a field to show/not show at the query level?
let's say i have a query (from a table) like this
[regularPrice] [isOnSale] [onSalePrice]
where [isOnSale] is checkbox. if it's checked, [onSalePrice] will show [price]*0.9; if it's not checked, [onSalePrice] show nothing.
i've tried to put "[isOnSale]=Yes" in the Criteria, the query will filter out only those records that's on sale, which i don't want...
please help
let's say i have a query (from a table) like this
[regularPrice] [isOnSale] [onSalePrice]
where [isOnSale] is checkbox. if it's checked, [onSalePrice] will show [price]*0.9; if it's not checked, [onSalePrice] show nothing.
i've tried to put "[isOnSale]=Yes" in the Criteria, the query will filter out only those records that's on sale, which i don't want...
please help