A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

#error on reoprts generated



 
 
Thread Tools Display Modes
  #1  
Old June 8th, 2009, 01:44 PM posted to microsoft.public.access.reports
Abualharith
external usenet poster
 
Posts: 1
Default #error on reoprts generated

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

  #2  
Old June 8th, 2009, 02:35 PM posted to microsoft.public.access.reports
Golfinray
external usenet poster
 
Posts: 1,597
Default #error on reoprts generated

Try putting all report calculations in the report header.
--
Milton Purdy
ACCESS
State of Arkansas


"Abualharith" wrote:

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


  #3  
Old June 8th, 2009, 02:49 PM posted to microsoft.public.access.reports
Marshall Barton
external usenet poster
 
Posts: 5,361
Default #error on reoprts generated

Abualharith wrote:

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.

--
Marsh
MVP [MS Access]
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:07 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.