Using ROUND and CHOOSE in a query

DC27

Registered User.
Local time
Today, 02:25
Joined
Jun 6, 2008
Messages
27
Hi there,

I'm trying to copy an Excel formula into Access 2010

my formula (currently not working) looks like this:

PRICE*(Round(Choose(MATCH 0,2,2.5,3),2.5,2.2,2.1),0)-0.01)

The idea being that the PRICE will be multiplied by a matched number, if within a PRICE of 0-2, it will be multiplied by 2.5
THEN rounded up
Then 1p taken off to give you your lovely £3.99 price

I think some of the Excel forumlas dont work in Access possibly? So if anyone can help, this will save me exporting to excel and running a macro in there every time.

Thanks for any suggestions
DC
 

Users who are viewing this thread

Back
Top Bottom