jordan0904
Registered User.
- Local time
- Today, 22:01
- Joined
- Jul 19, 2000
- Messages
- 13
I create a query like this:
set qd=db.createquerydef("query.....
docmd.openquery "query"
ect...
anyway next time i run this code I would like to check if this query exsists and delete it before creating it again.
set qd=db.createquerydef("query.....
docmd.openquery "query"
ect...
anyway next time i run this code I would like to check if this query exsists and delete it before creating it again.