I have a calculated field in a query which I use to calculate postage according to weight. This has code in it to round the figure up or down to the nearest multiple of 5. What I would like to be able to do is to set an upper limit of 40 to the result that the calculation produces. So that no matter what the weight the calculation can only produce numbers up to a maximum of 40.
Is this possible?
Is this possible?