Rounding double data types

C

Cathy

Why can't I round fields in VB code for Microsoft Access?
I'm trying to round a double data type so I can compare it
against another total.

Any suggestions on how to accomplish this?
Thanks,
 
M

Marshall Barton

Cathy said:
Why can't I round fields in VB code for Microsoft Access?
I'm trying to round a double data type so I can compare it
against another total.

Have you tried using the Round function?
 
Top