W
W
Hi all,
I have a report with a numeric calculated field in a group footer, fldPrice.
When its value has been calculated, I want the report to look up a discount
value fldDiscount in table tblPrices.
If e.g. fldPrice = 17, thus > 10 <= 20, the price will be a, if the price is
How do I formulate the lookup function, please ?
I have :
dlookup(“fldDiscountâ€; “tblPricesâ€; “fldPrice between “ & fldMinPrice & “
and “ & fldMaxPriceâ€)
There seems to be a problem, however.
Is there a site where I can find extensive documentation about the domain
aggregate functions ?
Thanks for your answer,
W
I have a report with a numeric calculated field in a group footer, fldPrice.
When its value has been calculated, I want the report to look up a discount
value fldDiscount in table tblPrices.
If e.g. fldPrice = 17, thus > 10 <= 20, the price will be a, if the price is
In tblPrice the fields are fldMinPrice (numeric) and fldMaxPrice (numeric).20 and <= 30, the price will be b.
How do I formulate the lookup function, please ?
I have :
dlookup(“fldDiscountâ€; “tblPricesâ€; “fldPrice between “ & fldMinPrice & “
and “ & fldMaxPriceâ€)
There seems to be a problem, however.
Is there a site where I can find extensive documentation about the domain
aggregate functions ?
Thanks for your answer,
W