Thanks, it helped but not entirely. My macro has the following components now:
1st row: make table query
2nd row: set warnings (set to "no")
3rd row: make table query
4th: set warnings (no)
5th: delete query
6th: set warnings (no)
What is happening now is that when I run the macro, it asks me for only one
prompt now, it is associated with the very first make table query and it
says: "the existing table will be deleted...do you want to continue".
Interestingly, it does not issue the same warning for the second make table
query. Is there a way that I can disable this confirmation message