user defined linked table refresh

  • Thread starter Thread starter carrie schmid
  • Start date Start date
C

carrie schmid

how can I change to following to reflect the path that I have stored in a
table named "location", field named "server"

extracted from (rogersaccesslibrary)

Function getpath(FileName As String) As String
getpath = Mid(FileName, InStrRev(FileName, "\") + 1)
End Function

I would like the user to be able to use a form to input the link and have it
stored in a table. Any help would be appreciated.
 
Back
Top