Really need HELP!

fhs

Registered User.
Local time
Today, 17:17
Joined
Aug 8, 2001
Messages
68
I need some code to import a text file from the Desktop and create a table called Invent. How? Thanx
 
Have you considered using ODBC and then linking your database to the text file?
 
DoCmd.TransferText acExportDelim, "Standard Output", _
"External Report", "C:\Txtfiles\April.doc"

search for Transfer text method
 
ODBC will not be needed. The txt file is on the C: drive through another operation. Thanx...
 

Users who are viewing this thread

Back
Top Bottom