Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Outlook Newsgroups
Outlook Program Forms
How to write form data to calendar entry
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Sriram N A, post: 4818945"] AFAIK, you'd be better off trying to fix whatever problem is caused by the second form, since you have the benefit of the automatic copy of form data (including all custom fields), with no extra coding. Troubleshooting would involve making sure all recordsets and connections are closed, and maybe have the second form close itself discarding all changes after doing the database write. Otherwise, I guess you'd create an instance of the new form with Set objItem = objFolder.Items.Add(strMsgClass) and set the data values with objItem.Userproperties("myCustomField").Value = whatever I don't quite follow what you mean by "not opening the second form". You can avoid that only if you programmatically change the message class of the saved calendar entry. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Outlook Newsgroups
Outlook Program Forms
How to write form data to calendar entry
Top