B
Bob Barnes
I have 12-character .txt (in CSV format) files..IE..050156031708, where
050156 is a Store, and 031708 is the date.
Planned to use this code to read data into an Access Table..
fname = Dir("C:\CEFiles\*.*")
While Len(fname)
' do your stuff
fname = Dir()
Wend
Have heard there's a way to work w/ .txt filenames longer than 8-characters.
Is there?
TIA - Bob
050156 is a Store, and 031708 is the date.
Planned to use this code to read data into an Access Table..
fname = Dir("C:\CEFiles\*.*")
While Len(fname)
' do your stuff
fname = Dir()
Wend
Have heard there's a way to work w/ .txt filenames longer than 8-characters.
Is there?
TIA - Bob