call a function in a form to reflect in a report.

CoachPhil

Registered User.
Local time
Today, 11:28
Joined
Jun 24, 2008
Messages
83
Hi guys(and gals)

Silly question. I have a function that I am trying to call to a report. The research material on this is very basic and very sketchy. Is there a standardized way to call a function from a control in a form to reflect those actions being performed in the report?

CoachPhil
 
You can simply call the function any where in a form, query or a report like this

YourFunction(Parameters if any)
 
why would a variable prevent the function from processing?
 

Users who are viewing this thread

Back
Top Bottom