Got tips on how to create Journal entry from contact form command button? 
Author Message
 Got tips on how to create Journal entry from contact form command button?

Hi

I have modified a contact form with a command button that runs the code
below.
I am trying to create a journal entry for a particular contact.

Unfortunately the code below does not work :(  Any suggestions would be
valued.

Thanks

Rudiger

Sub cmdJournalRec_Click
 Dim olJourn
' olTaskItem = 3
Set olJourn = Application.CreateItem(3)
olJourn.Subject = "Letter X sent"
olJourn.Type = "Letter"
olJourn.Duration = 5
olJourn.Save
End Sub



Fri, 02 Dec 2005 20:37:48 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. changing the default journal entry for contacts

2. Journal/entries with contact info drop down menu

3. Public Contact linked to a public journal entry

4. Move Journal to Public Journal Loses Contact Info

5. HELP: Opening OL2000 Contact Form from Access command button

6. Creating a shortcut key to open journal item for contact

7. How to create a Journal entry from VBA?

8. create and send a journal entry via cdo

9. Transferring standard contact data from standard contact forms into contact custom forms

10. Creating an Update to New Record Command Button on Form Based on Multitable Query

11. Sample code for creating AD entry from contact

12. Close and Save Button in Journal Form

 

 
Powered by phpBB® Forum Software