L
Lauren
I'm trying to write a code in which one of the results is
the creation of 5 queries. This code is used often, so I
need to have the old queries overwritten every time.
Currently I have the code written so that before the
queries are created, the old ones are deleted, but the
code is running slow and I think it is this process that
is doing it. I've tried "DoCmd.SetWarnings False", but I
still get "This query already exists..." message. Does
anyone know a better, more efficient way?
the creation of 5 queries. This code is used often, so I
need to have the old queries overwritten every time.
Currently I have the code written so that before the
queries are created, the old ones are deleted, but the
code is running slow and I think it is this process that
is doing it. I've tried "DoCmd.SetWarnings False", but I
still get "This query already exists..." message. Does
anyone know a better, more efficient way?