1: 2: 3: 4: 5: 6:
Sub DropTables() With DoCmd .RunSQL "DROP TABLE tblType1Apple" .RunSQL "DROP TABLE tblType1Pear" End With End Sub