Using MOD() in reports

R

Russ H.

Can the MOD() function be used successfully in Access
reports? The help screens say it should work and I'm sure
the syntax is OK, but when that function is inserted into
a text box it displays an error when the report is
displayed. THANKS.

Access2000.
 
F

Fredg

Russ,
You haven't shared with us the exact expression you are using, so I can't
comment on that. I can suggest is that you make sure the name of this
control is not the same as the name of any of the fields used in the
expression. That will cause an #error.
 
B

Bruce M. Thompson

Can the MOD() function be used successfully in Access
reports? The help screens say it should work and I'm sure
the syntax is OK, but when that function is inserted into
a text box it displays an error when the report is
displayed. THANKS.

Access2000.

The Excel MOD() function cannot normally be used in Access. In Access, MOD is
not a function, but an operator and its usage has already been explained in
Duane Hookom's reply.
 

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

Top