Microsoft Access

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I need to delete complete files from my Microsoft Access.
Have found how to delete duplicate entries but not the
entire file. Tried all edit options I could find but
delete is never given as an option. How do I delete
folders/files from Microsoft Access?
 
Highlight the object (table, form, query, etc.) that you'd
like to delete and press the 'Delete' key on your
keyboard. I apologize if I misread your question, but it
seems to be that simple. =D
 
I need to delete complete files from my Microsoft Access.
Have found how to delete duplicate entries but not the
entire file. Tried all edit options I could find but
delete is never given as an option. How do I delete
folders/files from Microsoft Access?

Do you mean external files on your disk? or objects (records, tables,
queries...) within your Access database?

Access does not contain files, nor does it contain folders. You can
use the KILL command in VBA code to delete external files, but they're
hot exposed in the user interface.
 
Back
Top