Guest_imported
New member
- Jan 1, 1970
- 0
How do i store the path name and file name into Access database using VBA.
For example c:\Resume\AAA.doc
c:\Resume\Vb\BBB.doc
c:\Resume\VB\Test\CCC.doc
Result will be stored into a table like this..
id Path_name File_name
-- --------- ----------
1) c:\Resume AAA.doc
2) c:\Resume\Vb BBB.doc
3) c:\Resume\VB\Test CCC.doc
Pleas help me out.Thanks
For example c:\Resume\AAA.doc
c:\Resume\Vb\BBB.doc
c:\Resume\VB\Test\CCC.doc
Result will be stored into a table like this..
id Path_name File_name
-- --------- ----------
1) c:\Resume AAA.doc
2) c:\Resume\Vb BBB.doc
3) c:\Resume\VB\Test CCC.doc
Pleas help me out.Thanks