I am trying to delete the data in a table by selecting the table I want to delete the table in from a combo box on a form. This is what I am using
Dim strFileName As Variant
strFileName = File_imported
DoCmd.DeleteObject acTable = strFileName
:banghead:
Any help you can provide would be appreciated
M
Dim strFileName As Variant
strFileName = File_imported
DoCmd.DeleteObject acTable = strFileName
:banghead:
Any help you can provide would be appreciated
M