I need to know how I can access a field on one form and use the value on another.
I am making a appointment form to go with a contact management program that is made in Outlook. What I want to do is use a value from a field on one form as the default value on the location field on the appointment form. Both forms are in the same folder. How do I add a value from a field. In VB I would
strSomething = formName.txtName.txt
and that would assighn the value from the text box to the string something. How do I do it in the Outlook script editor, That is VBscript isin’t it.
Dennis