Macros

D

Duane Hookom

I doubt you can run a macro but you can use functions in queries. Date(),
Format(), Left(),... are all functions.
 
K

Ken Snell [MVP]

Duane Hookom said:
I doubt you can run a macro ....

I "see" your doubt and raise it to a "certainty".... only way I know to run
a macro from a query would be to call a function and have that function run
a macro.
 
Top