danwo
Apr 29 2009, 06:32 AM
hi,
i would like to check my database to see if a specific objest exists. if it does, i want to delete that object and import a new one from another database. i.e. forms, tables and queries.
Doug Steele
Apr 29 2009, 07:21 AM
One approach is simply to try deleting it and trap the error that occurs if the object doesn't exist.
doctor9
Apr 29 2009, 12:19 PM
Danwo,
If you're looking to update your users' frontend file, it might be simpler to over-write the entire frontend with an auto-updating utility like
this one.
Dennis