A family of Microsoft relational database management systems designed for ease of use.
KPT07,
MSysObjects is a system table, which you can see by checking the 'Show System Objects' box, under the Navigation Options dialog from the Navigation Pane.
However, you will not be able to delete anything from this table.
I don't know whether there is a better way to do this. But I handle these odd ~TMP objects, when they arise, by creating a new database file, and then import all objects from the existing one. Followed by a Compact/Repair. The ~TMP report will not be included.
After doing this, you would also need to check any References in your VBA, and re-do any Current Database settings under Access Options.
Steve Schapel, Microsoft Access MVP