I have a macro that opens a stored procedure in SQL 7.0 which executes a delete statement and an append statement. Once this is completed I need to have the macro open a form. The problem is when I run the macro I get the following error message:
"The stored procedure executed successfully but did not return records." Action failed.
Is there a way to run the stored procedure without getting this error message and then open the form. I tried to turn off the error messages with echo. This does not show the error message but it also doesn't open the form.
Thanks for you help
Cathy
"The stored procedure executed successfully but did not return records." Action failed.
Is there a way to run the stored procedure without getting this error message and then open the form. I tried to turn off the error messages with echo. This does not show the error message but it also doesn't open the form.
Thanks for you help
Cathy