R
Ron Abramson
I want to pop a form in response to an ItemSend event and then take data
entered in the form and insert it into the body of the (unsent) item,
i.e., the item that opened the form.
How do I reference that item from the Click() routine of the form's
Submit button? If I just try to assign a string value to Item.Body I get
an 'Object Required' error. Obviously the unqualified reference to Item
is out of scope...
entered in the form and insert it into the body of the (unsent) item,
i.e., the item that opened the form.
How do I reference that item from the Click() routine of the form's
Submit button? If I just try to assign a string value to Item.Body I get
an 'Object Required' error. Obviously the unqualified reference to Item
is out of scope...