G
Guest
I'm using the Echo and Set Warnings features of a Macro to hide system
messages from a user.
The Macro lines are
Echo Yes
Set Warnings Yes
Open Query (to delete records)
My macro runs fine when these messages are set to Yes. I can use the Macro
in a Form On Open properties without problem. And open the form via a button
on another form.
When I change the Echo and Set Warnings settings to No, everything hangs:
The form won't open when accessed via a button on another form. The database
freezes.
I have two macros which include append queries and have the same problem
when I turn off the echo and set warnings.
Why is this?
Is there another way to hide unnecessary system messages from the user as
macros are running behind a form?
What do I need to do to correct the problem?
Thanks very much for your help.
messages from a user.
The Macro lines are
Echo Yes
Set Warnings Yes
Open Query (to delete records)
My macro runs fine when these messages are set to Yes. I can use the Macro
in a Form On Open properties without problem. And open the form via a button
on another form.
When I change the Echo and Set Warnings settings to No, everything hangs:
The form won't open when accessed via a button on another form. The database
freezes.
I have two macros which include append queries and have the same problem
when I turn off the echo and set warnings.
Why is this?
Is there another way to hide unnecessary system messages from the user as
macros are running behind a form?
What do I need to do to correct the problem?
Thanks very much for your help.