I know how to get the file path in the footer by using &[Path] but I was wondering how to get the network path.
Instead of:
S:\share\pathname\
I wanted to get
\\server-1\share\pathname\
because different people's S drive would be mapped to a different server depending on where they are located.
Instead of:
S:\share\pathname\
I wanted to get
\\server-1\share\pathname\
because different people's S drive would be mapped to a different server depending on where they are located.