Hi,
I'm new to VB and need help. My problem is this:
1. I have a list of files saved in an Access Database in the following form: file:///file_name.extension_type
for example,
-----------------------------------
ID_Num | File_Path
-----------------------------------
0 | file:///file_name0.doc
-----------------------------------
1 | file:///file_name1.txt
-----------------------------------
2 | file:///file_name2.xls
-----------------------------------
3 | file:///file_name3.mdb
-----------------------------------
How do I return the document type of each file found in File_Path? e.g. .mdb returns database, .xls returns spreadsheet ...
Thankyou,
neuralSea
I'm new to VB and need help. My problem is this:
1. I have a list of files saved in an Access Database in the following form: file:///file_name.extension_type
for example,
-----------------------------------
ID_Num | File_Path
-----------------------------------
0 | file:///file_name0.doc
-----------------------------------
1 | file:///file_name1.txt
-----------------------------------
2 | file:///file_name2.xls
-----------------------------------
3 | file:///file_name3.mdb
-----------------------------------
How do I return the document type of each file found in File_Path? e.g. .mdb returns database, .xls returns spreadsheet ...
Thankyou,
neuralSea