J
Judy Ward
I am using the following code to delete a query:
DAO.Workspaces(0).Databases(0).QueryDefs.Delete qry.Name
which works if the query already exists, but crashes the subroutine if it
does not. I can't figure out a way to check if the query exists that doesn't
throw an error.
Is there anyone out there working on this holiday weekend that can help me
with this?
Thank you,
Judy
DAO.Workspaces(0).Databases(0).QueryDefs.Delete qry.Name
which works if the query already exists, but crashes the subroutine if it
does not. I can't figure out a way to check if the query exists that doesn't
throw an error.
Is there anyone out there working on this holiday weekend that can help me
with this?
Thank you,
Judy