R
RickW
How do I check for the existence of a named query before deleting it? eg using:
db.QueryDefs.Delete "qryPromotionText"
My procedure needs to delete the query before re-generating it with new SQL,
but if it isn't there I get an error. I did have an error trap but the same
error number (3265) is used for other errors so I'm looking for an
alternative.
Any ideas?
Rick
db.QueryDefs.Delete "qryPromotionText"
My procedure needs to delete the query before re-generating it with new SQL,
but if it isn't there I get an error. I did have an error trap but the same
error number (3265) is used for other errors so I'm looking for an
alternative.
Any ideas?
Rick