Making Custom Forms SAVE their info

J

Janet Turner

Hello,

Created custom form. Full of text boxes, nothing fancy. Piggy-backed an
appointment form in the Calendar. Doesn't save info in form. Assumed it
just would. How do I make it save info that I input into a form... when I
go to the calendar and choose, Action, New "Custom Form" and enter that data
into that form?

Thank you.
Janet
 
K

Ken Slovak - [MVP - Outlook]

You need to save the information to user properties from the controls,
either in code or by binding the controls to user properties. See the forms
information at www.outlookcode.com for more information.
 
Top