Mod function

B

Bryce

I'm trying to use the Mod function that I use in Excel in
Access and it doesn't accept it. Any ideas on a formula
that will work within access?
 
B

Brian Camire

In Access, Mod is an operator (like +, -, *, etc.) not a function.

So, where in Excel you might use

MOD(13, 10)

to get the remainder after dividing 13 by 10, you would use

13 Mod 10

in Access.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel Repeating a RAND() function under certain conditions 0
Mod 2
help needed in excel 07 0
Equivalent of Mod function in Access 3
"Modulas" Function 8
DLookUp in a Query 4
MOD 60 8
Mod Function 4

Top