S
slickdock
I put a macro icon on the toolbar that runs a macro with the condition that
if the current record is [Dirty], SaveRecord before continuing with the rest
of the macro.
It works fine when I initiate the macro by clicking the toolbar icon with
the mouse.
I assigned the macro to the F5 key by creating a macro called AutoKeys. But
when I try to access the macro by pressing F5, I get the message: "Can't find
the name [dirty] you entered in the expression. You may have specified a
control that wasn't on the current object without specifying the correct for
or report context."
Thanks in advance for any help.
if the current record is [Dirty], SaveRecord before continuing with the rest
of the macro.
It works fine when I initiate the macro by clicking the toolbar icon with
the mouse.
I assigned the macro to the F5 key by creating a macro called AutoKeys. But
when I try to access the macro by pressing F5, I get the message: "Can't find
the name [dirty] you entered in the expression. You may have specified a
control that wasn't on the current object without specifying the correct for
or report context."
Thanks in advance for any help.