K
krishnaN
hi all,
Please help me..
I am doing a application in Ms Access 2003.
I have 3 text files(Tab delimited data) like :
050825acrdata,
050826AccessUSR,
050826segsolution.
So i need to upload these files in to their respective tables(acrdata,
AccessUSR, segsolution).
I was using "DoCmd.TransferText" but it is not working.
I want to use VBA code.
As i know:-
1. upload file and add that data into a recordset by adding &
updating.
2. and with that recordset we can update that table data. but this
should be dynamically depending upon on the file name.
suppose if user uploaded 050825acrdata.txt, it should be appended to
Table acrdata.
so kindly help me to solve this solution, and even i need guidence to
complete. pleaseeeee experts.!
Please help me..
I am doing a application in Ms Access 2003.
I have 3 text files(Tab delimited data) like :
050825acrdata,
050826AccessUSR,
050826segsolution.
So i need to upload these files in to their respective tables(acrdata,
AccessUSR, segsolution).
I was using "DoCmd.TransferText" but it is not working.
I want to use VBA code.
As i know:-
1. upload file and add that data into a recordset by adding &
updating.
2. and with that recordset we can update that table data. but this
should be dynamically depending upon on the file name.
suppose if user uploaded 050825acrdata.txt, it should be appended to
Table acrdata.
so kindly help me to solve this solution, and even i need guidence to
complete. pleaseeeee experts.!