S
Scott
Set Item.userproperties("Name").value =
Application.GetNameSpace("MAPI").CurrentUser
Set MyTextBoxField = Item.UserProperties.Find("rqnbr") '
this gets the object by the name of 'TextBoxField'
currentnumber=getNextFormNumber()
This will return the current users name into a text box
within the form. I need to return the Business Phone. Can
anyone assist.
Thanks
Scott True
Application.GetNameSpace("MAPI").CurrentUser
Set MyTextBoxField = Item.UserProperties.Find("rqnbr") '
this gets the object by the name of 'TextBoxField'
currentnumber=getNextFormNumber()
This will return the current users name into a text box
within the form. I need to return the Business Phone. Can
anyone assist.
Thanks
Scott True