K KindleFire Registered User. Local time Today, 04:22 Joined Jun 11, 2001 Messages 18 Oct 19, 2001 #1 I know Access can easily round decimals, however is there a code where Access can round whole numbers---Ex. 14,880 to 14,900? Any help ?
I know Access can easily round decimals, however is there a code where Access can round whole numbers---Ex. 14,880 to 14,900? Any help ?
A Alexandre Registered User. Local time Today, 10:22 Joined Feb 22, 2001 Messages 794 Oct 19, 2001 #2 In A2k you can use Round() with a negative argument: 0 rounds on the units digit, -1 on tens, -2 hundreds.. Alex
In A2k you can use Round() with a negative argument: 0 rounds on the units digit, -1 on tens, -2 hundreds.. Alex