Hi
I have these 2 strings of code below
When i'm working on the design at home, I use the 1st line and
when at work the 2nd...
Is there an easish way to change this in an ADMIN form WITHOUT having to go into the code all the time??
Thx
Darin
I have these 2 strings of code below
When i'm working on the design at home, I use the 1st line and
when at work the 2nd...
Code:
'stPathA = "C:\Lynx\EmpPhotos\" & Me.EmpRegNo & ".jpg"
stPathA = "\\Lynxserver\lynx\EmpPhotos\" & Me.EmpRegNo & ".jpg"
Is there an easish way to change this in an ADMIN form WITHOUT having to go into the code all the time??
Thx
Darin