Global Variables

  • Thread starter Thread starter Guest
  • Start date Start date
In a report, you can refer to the variable by name.

In a query, you must call a public function that returns the value of the
variable:
Public Function GetVariableOne()
GetVariableOne = NameOfYourVariable
End Function
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top