B
Bill
Stemming from deep within the "Startup" thread from earlier
today comes a related question about macros.
In the AutoExec macro, I specified "RunCode" and in the
function name pane at the bottom of the macro creation/edit
screen I coded ScrRes as the function name. Then, in a
general module I coded:
Public Function ScrRes()
'code to run in the general module here
End Function
Access reports that it can't find ScrRes.
What did I miss?
Bill
today comes a related question about macros.
In the AutoExec macro, I specified "RunCode" and in the
function name pane at the bottom of the macro creation/edit
screen I coded ScrRes as the function name. Then, in a
general module I coded:
Public Function ScrRes()
'code to run in the general module here
End Function
Access reports that it can't find ScrRes.
What did I miss?
Bill