How do I reference a value from a module in a report?

  • Thread starter Thread starter floresd
  • Start date Start date
F

floresd

Guest
Greetings,

I have to pass the value of a variable to a report, so that the report may divide other values by the passed value.

How does one, within a control's Control Source, reference a variable in that formss module?

Thanks and Regards,
Dave Flores
 
If you define the variable in the declaration sections of your code for the form (right under "Option Explicit"), it can be passed anywhere within the form.

[This message has been edited by Axis (edited 04-14-2000).]
 

Users who are viewing this thread

Back
Top Bottom