Hi,
I am trying to set the default value of a lookup wizard that appears on the edit page only to be $_SESSION["UserID"] I have put that in default value field but it does not work, i have also tried @$_SESSION["UserID"] and its still the same. Where am I going wrong?