Quote:
Originally Posted by missinglinq
I'm sorry, that was the name I used in checking the code. Replace Me.Total with your total, if that's the actual name you're using.
= IIf(total > 8333, (total - 8333) / 2, 0)
Linq ;0)>
Ah-Ha!
Could you help me with something else please?
On my form I have a:
Purchase Amount Purchase Commision Commission Amount
Refinance Amount Refinance Commission
Top Up Amount Top Up Commission
Where I enter the amount, I then tick the appropriate commision amount and the Purchase, Refinance or Top Up Commission amount are calculated to those areas automatically.
I now have the problem that when I go to Reports, i insert a text box in the detail area and associate with the form Purchase, Refianance or top up for a control source but when I preview the report that area is blank on the report.
Do I have a setting problem is is it not possible to report on calculated totals?
Regards,
Bob