Is it possible to create a MS Access form that displays all objects in a database and have several command buttons to delete all objects displayed in the listbox?
For example, can I have 4 command buttons titled accordingly; Queries, Forms, Tables, Modules and then have another command button that will actually delete the objects in the database - those objects that are displayed in the listbox?
Occassionally, I need to delete objects in the database after I compact the database so that a query can be performed.
For example, can I have 4 command buttons titled accordingly; Queries, Forms, Tables, Modules and then have another command button that will actually delete the objects in the database - those objects that are displayed in the listbox?
Occassionally, I need to delete objects in the database after I compact the database so that a query can be performed.