Hi All,
could someone kindly tell me how to get a folder path rather than a file path
I use this to get my backend file path:
Dim strConnect As String
strConnect = Mid(DBEngine(0)(0).TableDefs("Blocks").Connect, Len(";DATABASE=") + 1
But would like to get only the folder path ie the same as above but not containing the actual file name.
Thankyou,
Cheers, Rach
could someone kindly tell me how to get a folder path rather than a file path
I use this to get my backend file path:
Dim strConnect As String
strConnect = Mid(DBEngine(0)(0).TableDefs("Blocks").Connect, Len(";DATABASE=") + 1
But would like to get only the folder path ie the same as above but not containing the actual file name.
Thankyou,
Cheers, Rach