B
BZeyger
I have an access VBA Database that provides users information. One bit of
information is the file location. On my computer the location name would be
Z:/USER_ABC/abc.PDF
That is not the location on everone PC.
I would like to change the locations to begin with this instead
\\ServerA\ABCDEF\USER_ABC/
I would like this validation to occur ever time the location is entered in
the form
What would be the code to use to make this happen?
information is the file location. On my computer the location name would be
Z:/USER_ABC/abc.PDF
That is not the location on everone PC.
I would like to change the locations to begin with this instead
\\ServerA\ABCDEF\USER_ABC/
I would like this validation to occur ever time the location is entered in
the form
What would be the code to use to make this happen?