Quizzes & Puzzles36 mins ago
Formula in Access.
8 Answers
Does anyone know how to round up in Access? Eg so 25.4 will round up to 26 and not default to 25.
Sorry i realise it's not really a topic for chatterbank but i didn't know where else to put it and i need a solution asap.
Thanks x
Sorry i realise it's not really a topic for chatterbank but i didn't know where else to put it and i need a solution asap.
Thanks x
Answers
Best Answer
No best answer has yet been selected by pretty_snowdrop. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Glad to help.
Sorry, my explanation was not quite correct. The “Round” function in Access rounds down or up to the nearest whole number (1.1 returns 1; 1.9 returns 2). To always round up, if you add 0.5 to your original value 1.1 becomes 1.6 which Access will round to up to 2. 1.9 becomes 2.4 which Access rounds down to 2.
Simples !!!
Sorry, my explanation was not quite correct. The “Round” function in Access rounds down or up to the nearest whole number (1.1 returns 1; 1.9 returns 2). To always round up, if you add 0.5 to your original value 1.1 becomes 1.6 which Access will round to up to 2. 1.9 becomes 2.4 which Access rounds down to 2.
Simples !!!
MS-Access is part of the MS-Office suite, parkdale. It is a database package which facilitates manipulation and analysis of data. As part of that manipulation/analysis the user can construct formulae (similar to those used in Excel) to modify the data. Its use is not as common as Excel and some of its principles are a bit difficult to grasp if you're only used to spreadsheets.