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.
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.