I inherited a database that was originally created before Access had the Round function.
The original designer created a UDF called Round that did not allow for entering the number of decimal points.
I want to be able to use the built-in Round function in my VBA code, but an not sure how to reference it.
I expected that it would be something like Application.Round() which did not work.
Does anyone know the proper syntax for utilizing built-in functions?
Thanks,