Hi all,
I have on a form a text box where the Default Value =Environ("Computername").
Now this has previously worked just fine, but for some reason for the last couple of times i have gone into the form the text is displayed as "#Name?" not the computer name which is expected.
...However if I type in the Immediate window
The computer name text is displayed as it should be...
Has anyone any idea's on what is causing this glitch?
Many Thanks - Ian
I have on a form a text box where the Default Value =Environ("Computername").
Now this has previously worked just fine, but for some reason for the last couple of times i have gone into the form the text is displayed as "#Name?" not the computer name which is expected.
...However if I type in the Immediate window
Code:
PRINT Environ("Computername")
Has anyone any idea's on what is causing this glitch?
Many Thanks - Ian