Hi all,
I have a form which captures Environ("USERNAME") as String, what I want to be able to do is then be able to use the username value in an if statement to change the colour of all the text in the form.
So far I have:
Private Sub Form_Load()
Dim strUser As String
strUser =...