jt643
Technical User
- Jun 17, 2003
- 144
My database has been working fine until this weekend. I utilize the following code to extract records from a temp table:
UserID = Environ("USERNAME")
Now, I am getting errors saying either "Undefined Function 'Environ' in Expression", when in the form view.
I used to be able to hover my cursor over the code above while debugging and it would tell me what my UserID equalled, but now it is almost as if VB doesn't recognize that code anymore.
I have not altered the code or Microsoft Access at all lately. I have only been working on a beta on my local machine, and this is the server production version.
Help!
Thanks in advance.
UserID = Environ("USERNAME")
Now, I am getting errors saying either "Undefined Function 'Environ' in Expression", when in the form view.
I used to be able to hover my cursor over the code above while debugging and it would tell me what my UserID equalled, but now it is almost as if VB doesn't recognize that code anymore.
I have not altered the code or Microsoft Access at all lately. I have only been working on a beta on my local machine, and this is the server production version.
Help!
Thanks in advance.