Memory Variables in a Query?

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?
 
T

Tom Ellison

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
 
Top