Insert Data Into Subject Line

C

cvegas

I have downloaded an application that some one has written that allows me to
pull up an outlook 2 k task form from within Access 2k.

I would like to modify this so that when clicked information from my form
is inserted into the Subject line and also into the notes section.

IE: Subject Line = "Call" & " forms![ContactPopup]![ContactName] &
forms[[ContactPopup]![ContactPhone]

The results would look like

Subject: Call whoever 702-222-2222

Is this possible?

Case 6
Set objItem = spObj.CreateItem(olTaskItem)
objItem.Display
Set spObj = Nothing
Me.objOutlookFrame = Null
Exit Function
 
Top