Memory Variables in a Query?

  • Thread starter Thread starter ZBC
  • Start date Start date
Z

ZBC

How can I use a memory variable within a query?
I assume I would do it in SQL code ...
Where would the memory variables have to be?
 
Dear Linda? Bob?:

The standard way is to write a public function that returns the value
of the variable. You cannot reference the variable in a query, but
you can call the function to get the value.

Tom Ellison
Microsoft Access MVP
Ellison Enterprises - Your One Stop IT Experts
 
Back
Top