I wrote a statement below in Access VBA.
DoCmd.RunSQL "delete * from sys_AAAA_AAAA where AAA='apple'"
But Access asks me to confirm with a message box.
As I will have to repeat this command many times. Is there a way of suppressing this warning message or giving a 'yes' with a statment?
Many thanks.