Hi there, I'm new to not only this forum but all forums!
I need some help and advice on the best way to do a calculation please.
I'm creating a "master" query that will support a number of Forms and Reports.
I need the query to calculate a value based on a maximum limit as follows:
Part 1
IF [TotalMiles] < 10,001
THEN ([TotalMiles] * £0.45)
Part 2
IF [TotalMiles]>=10,001
THEN I need a value calculated up to an including the 10,000 miles point (at £0.45)
I can do Part 1 but its Part 2 I really struggling with (its probably very easy but my brain has gone into melt down!)
I hope the above makes sense.
Many thanks in anticipation.
Pabs