Hi everyone,

I am making a form as report and also want to include the creator of the report based on the "windows user name and also the name" by default in the Windows system

The username is not an issue but I don't know how to add the "name by default" from the computer registration. Does somebody know the option?


Dim wshNetwork As Object 'New wshNetwork
Set wshNetwork = CreateObject("WScript.Network")
Me.Issuerusername = wshNetwork.username
'Me.IssuerName = wshNetwork. ???
Set wshNetwork = Nothing

'username: charlycsh
'Name: "Charles M. Burns"