I'm sorry to tell you, that is completely not true on so many levels.I guess you didn't listen to the answer you got from ebs. There is no advantage to using VBA but there is an advantage to using querydefs.
First, if you use Saved Queries for deletes, you will create bloat. SQL Statements do not cause bloat.
Second, As I have said before, saving thousands of queries only serves to create naming chaos.
Saved Queries should be limited to queries with little to no conditions or criteria.
Saved Queries best use is as the query inside of SQL Statement.
SQL Statements are clean, and you can find them right there in module connected to the form or report you are working on.
Admittedly ultra complex Queries don't always work in SQL Statements and may need to be made up of multiple Saved Queries.
Who listed this thread as solved? it seems it has a ways to go.