spectrolab
Registered User.
- Local time
- Today, 09:17
- Joined
- Feb 9, 2005
- Messages
- 119
Hi Guys,
I've had a bit of an issue with my DB, lost all of the records in a table (about 100000 records gone). Luckily, I have all the data in text files (.SIF files, standard interchange format). SInce they were generated by the DB, I though it would have been easy to re-import them, but I am a bit stumped, since access does not recognise them as text files
I have attached an example of the file as a guide, the header information is not really important (the first line of data is line 8).
Is there any way I can grab this data back easily from these files?
Is there a way to set-up a VBA script to automatically grab this data from every file in the folder?
Thanks for any help you might be able to give..
Forgot to mention, the format does not change between files, only the number of lines varies.
Forgot to mention, the format of the file does not change at all, the layout stays exactly the same. Just the number of lines changes.
I've had a bit of an issue with my DB, lost all of the records in a table (about 100000 records gone). Luckily, I have all the data in text files (.SIF files, standard interchange format). SInce they were generated by the DB, I though it would have been easy to re-import them, but I am a bit stumped, since access does not recognise them as text files
I have attached an example of the file as a guide, the header information is not really important (the first line of data is line 8).
Is there any way I can grab this data back easily from these files?
Is there a way to set-up a VBA script to automatically grab this data from every file in the folder?
Thanks for any help you might be able to give..
Forgot to mention, the format does not change between files, only the number of lines varies.
Forgot to mention, the format of the file does not change at all, the layout stays exactly the same. Just the number of lines changes.