how to pass value from module to report

M

Mohammad Saeb

Can anyone give me a detailed way how to pass value from module to report.
(how to make a module)
Thank you
 
J

Jeff Boyce

Mohammad

Let's make sure were using the same terms the same way...

In Access, a module contains procedures, including functions that return a
value.

Reports are generally based on queries (and occasionally directly on a
table).

Queries can include functions.

Why are you trying to pass a value to a report?
 
Top