janerussel
MIS
I have a macro that runs an update procedure based on an import of data from an accouning database.<br><br>The first step of the procedure deletes some existing tables before importing the new ones. I want the macro to make sure the table exists before it deletes it (Otherwise the macro halts). If the table doesn't exist it skips that table and goes on to the next.<br><br>Also, as the macro procedes the database becomes quite large (800 -900 megs) and needs to be compacted. I want this to be done automatically in the macro. <br><br>Any suggestions?