I use Access2000
Some of our systems use Win2000, or Win98.
My bad experience is in Win98 the environ function
(run this one) has less features
Public Function Env(lngID As Long)
Dim i As Integer
For i = 1 To lngID
Debug.Print Environ(i)
Next i
End Function
The feature I need (Environ("username"
is not available.
Anybody know how to solve this.
Maybe update a library or something.
or an other way to handle this, it's very important while I'm using through the whole app this function.
Thnx in advance,
Gerard
Some of our systems use Win2000, or Win98.
My bad experience is in Win98 the environ function
(run this one) has less features
Public Function Env(lngID As Long)
Dim i As Integer
For i = 1 To lngID
Debug.Print Environ(i)
Next i
End Function
The feature I need (Environ("username"
Anybody know how to solve this.
Maybe update a library or something.
or an other way to handle this, it's very important while I'm using through the whole app this function.
Thnx in advance,
Gerard