#error on reoprts generated

A

Abualharith

This message Occurs when Running A user defined function that contains any
sort of calculation eg
caclulating Words per minute using TWO fields NO_Of_words & time in minutes
How can i Avoid This #error
 
M

Marshall Barton

Abualharith said:
This message Occurs when Running A user defined function that contains any
sort of calculation eg
caclulating Words per minute using TWO fields NO_Of_words & time in minutes
How can i Avoid This #error


A common cause of #Error is when the text box expression
uses a record source field that is also the name of the text
box control. If that's the problem, the fix is to simply
change the name of the text box to something else such as
txtWordsPerMin

If that's not the problem, try to provide more clues along
with a copy/paste of the expression and the type of the
fields in their table.
 

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