Function in Report

CoachPhil

Registered User.
Local time
Today, 10:43
Joined
Jun 24, 2008
Messages
83
Ladies and Gentlemen,

Is there a legitimate reason why a function in a module would work in three reports on a db app, but not a fourth on the same db?

CoachPhil
 
Offhand, no. If it works in 3, it must be a properly working function, be public, etc. I would guess it's either being called differently in the 4th, or a bad value is being passed to it. More info would help.
 
Paul,

Its a TimeConvert() function and I am using the same query and parameters as the other three reports?
I will verify what is passing, thank you

CoachPhil
 

Users who are viewing this thread

Back
Top Bottom