G
Guest
Hi,
I need to tell if a number is divisible by 3. I'm thinking I can divide the
number by 3 and then see if it is a float or whole number, but looking
through the math functions I don't see function that will do that. Mod isn't
available in Access.
For example:
6/3 = 2
5/3 = 1.66666
Thoughts, ideas?
Thanks,
James
I need to tell if a number is divisible by 3. I'm thinking I can divide the
number by 3 and then see if it is a float or whole number, but looking
through the math functions I don't see function that will do that. Mod isn't
available in Access.
For example:
6/3 = 2
5/3 = 1.66666
Thoughts, ideas?
Thanks,
James