C Cecilia Reyes Jan 12, 2004 #1 How do i get the path (location) of a certain document through code in an access module?
J JSand42737 Jan 13, 2004 #2 "Cecilia Reyes" said: How do i get the path (location) of a certain document through code in an access module? Click to expand... Cecilia You can use this: Dim strFile As String strFile = "D:\logfiles\ex011201.log" Debug.Print Left(strFile, Len(strFile) - Len(Dir(strFile)))
"Cecilia Reyes" said: How do i get the path (location) of a certain document through code in an access module? Click to expand... Cecilia You can use this: Dim strFile As String strFile = "D:\logfiles\ex011201.log" Debug.Print Left(strFile, Len(strFile) - Len(Dir(strFile)))
C Cecilia Reyes Jan 13, 2004 #3 I'm sorry man but not only it didnt work, i also dont understand what you´re doing... Can you explain to the humans? thanks...
I'm sorry man but not only it didnt work, i also dont understand what you´re doing... Can you explain to the humans? thanks...