The current user is always going to be Admin unless you setup security and force the users to login to you db. However, if you want to know their nt login name, the following will return it you (haven't tried on Citrix though, but should work):
MsgBox environ("username")