how to import doc file into access table

chanchal

New member
Local time
Today, 06:56
Joined
Dec 4, 2003
Messages
5
how can i insert .doc file text into the access table

i have created a from and placed a button on to it. in buttons click event i have wrote

this:

DoCmd.TransferText acExportDelim, ".doc", _
"import", "C:\44\April.doc"

but it does not work. so what will i have to do to make it work?

do i have write additional code. please someone reply soon in detail.
 

Attachments

Save your Microsoft word document as a text file (.txt) and modify your code accordingly, or just use the import data wizard
 

Users who are viewing this thread

Back
Top Bottom