G
Guest
I am willing to delete a text file after i use it by using VBA code while my
form is running
form is running
I am willing to delete a text file after i use it by using VBA code while my
form is running
I am willing to delete a text file after i use it by using VBA code while my
form is running
Tongue slightly in cheek:
CurrentProject.Connection.Execute _
"DROP TABLE [TEXT;DATABASE=C:\FolderNameHere\;].FileNameHere#txt;"
Jamie.
Sort of like using a helicoptor rotor as a hedge trimmer though...
Flying a helicopter inverted: way cool!
Tongue slightly in cheek:<g>CurrentProject.Connection.Execute _
"DROP TABLE [TEXT;DATABASE=C:\FolderNameHere\;].FileNameHere#txt;"
Yeah, that'd work.
Sort of like using a helicoptor rotor as a hedge trimmer though...
I figured the OP had in the title emphasized ACCESS VBA, as distinct
from vanilla VBA, so I thought, "What's the most _*ACCESS*_ way of
deleting a file...?" ;-)
I thought, "What's the most _*ACCESS*_ way of
Nah. None of us Access rubes ever use DDL; "DROP TABLE" is a foreign
language! :-{)