T
Tom Ventouris
The Back End is held in a folder which conitains subfolders for each RecordId.
I have tried to set up Application.FollowHyperlink that opens each RecordID
subfolder from the FE. I cannot use Current.Project Path because the path to
the BE is different for each user. I have set up my function with
CurrentDb.TableDefs("myTable").Connect but this returns a path with the BE
name and extension included.
Is there a way to get around this - to return only the path to the BE
without the file name?
I have tried to set up Application.FollowHyperlink that opens each RecordID
subfolder from the FE. I cannot use Current.Project Path because the path to
the BE is different for each user. I have set up my function with
CurrentDb.TableDefs("myTable").Connect but this returns a path with the BE
name and extension included.
Is there a way to get around this - to return only the path to the BE
without the file name?