I want to import .doc files text in access table. to solve this i have created a from and placed a button in it. In buttons click event i have write this code:
DoCmd.TransferText acExportDelim, ".doc", _
"import", "C:\44\April.doc"
but i does not work yet. so i need help from some one to solve this.
do i need any addintional code to write for importing.
please reply soon.
