D
ddt
I have a form for searching among the records of a
database. It's based on a query, and the result is shown
on a read-only pop-up subform. That's all fine and works
well.
My problem is that on this subform I should round up/down
the numbers to the next 200. For example, 23432 should
display as 23400, and 23511 as 23600. In excel it is easy
with the built-in function CEILING, but I'm unable to
find a similar solution for this in Access. I think I
should use some predefined function of a modul, but to be
honest I got totally confused even about the way modules
should be used...
I'm a "must-be" Access user, started to learn the whole
thing for this single database, so please be as detailed
as you can - just like when talking to a complete idiot
database. It's based on a query, and the result is shown
on a read-only pop-up subform. That's all fine and works
well.
My problem is that on this subform I should round up/down
the numbers to the next 200. For example, 23432 should
display as 23400, and 23511 as 23600. In excel it is easy
with the built-in function CEILING, but I'm unable to
find a similar solution for this in Access. I think I
should use some predefined function of a modul, but to be
honest I got totally confused even about the way modules
should be used...
I'm a "must-be" Access user, started to learn the whole
thing for this single database, so please be as detailed
as you can - just like when talking to a complete idiot