I am running a VBA query which inserts 1 record into a table. I am getting the message box warning:
You are about to append 1 row(s).
I have tried using: DoCmd.SetWarnings False
But the message still appears. Is there another command I can use to disable this warning ? Thank you.
You are about to append 1 row(s).
I have tried using: DoCmd.SetWarnings False
But the message still appears. Is there another command I can use to disable this warning ? Thank you.