Access 2000 help needed.

yugpatel

Senior member
Feb 28, 2001
506
0
76
I am working on project that requires reading of all files in a particular directory and then append database.
How would I do that? Each file has information that is space delimited that is to appended into database.

Directory format:
C:\FOO
A1.txt
A2.txt
A3.txt
.
.
.
.


Each of .txt format:
011603400026 00:00:00:00:00:1A 00:00:00:00:00:E2

Note: Each file name is unique and information in each is unique.

Please help.



 

MrChad

Lifer
Aug 22, 2001
13,507
3
81
Are you familiar with Visual Basic? You could probably write a small VBA app to do this. There is some good documentation on MSDN.
 

yugpatel

Senior member
Feb 28, 2001
506
0
76
Thanks for your reply. I did little VB programming but not a whole lot. I will check out that site.