Hi all
I am trying to run a code that picks up the username to show on an Audit Trail, however the following message has now started appearing and i can tfor the life of me work out why.
Im very new to Modules etc.
UserName = Left(lpBuff, InStr(lpBuff, Chr(0)) - 1)
it highlights "Left" as the guilty party !!
Can anyone out there explain to me please, what Left is and maybe why is it showing as an error.
Many thanks
I am trying to run a code that picks up the username to show on an Audit Trail, however the following message has now started appearing and i can tfor the life of me work out why.
Im very new to Modules etc.
UserName = Left(lpBuff, InStr(lpBuff, Chr(0)) - 1)
it highlights "Left" as the guilty party !!
Can anyone out there explain to me please, what Left is and maybe why is it showing as an error.
Many thanks