Forms Issue

G

Greg

I have created a simply form for use for a scheduling
department. However, when ever the required Data is filled
in on the form and the form is sent the recieving party
can view the form but the data is not showing that was
inputed. How do I fix that?
Thanks
 
S

Sue Mosher [MVP-Outlook]

Make sure each control where the user enters data is bound to an Outlook
property. Do this on the Value tab of the Properties dialog for each
control.
 
G

Guest

If your form is in the Organizational Forms library you
need to select the Properties tab and make sure the Send
Form Definition with Item box is unchecked.

If your form is in the Personal Forms library this box
must be checked in order to see the data.
 
S

Sue Mosher [MVP-Outlook]

If your form is in the Personal Forms library this box
must be checked in order to see the data.

Not quite true in all cases. If the form is published in the Personal Forms
library of both sender and recipient, it will work fine without checking the
Send Form Definition with Item box. Since checking that box causes the form
to one-off and thus not run code, it should be avoided in most
circumstances.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top