Quickest way will probably be to hold down the Shift key while deleting them
from the Database window. (This avoids the confirmation dialog.)
If you want to do it programmatically, you could loop backwards through the
TableDefs collection, deleting those with a matching Name.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Dave" <(E-Mail Removed)> wrote in message
news:1111001c4414c$5f40aad0$(E-Mail Removed)...
>
> Our '97 back end db has temp tables created in it, all
> prefixed with the letters AA. Is there a way to delete
> them all in one hit instead of manually deleting each?
> There is another sequence of tables prefixed with ZZ, so
> this procedure will save me time each time it needs to be
> repeated.
> Thanks in advance,
> Dave