Getting fields from Contact info into custom form

C

Chuck

I have been creating a custom form in Outlook 2000. I use
a CommandButton to pick the customer from a Contacts
folder in Public Folders. While that works fine, I cannot
seem to get associated information (in this case, simply
the Company) onto my custom form.

Help?
 
S

Sue Mosher [MVP]

Code snippet for your button?
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
C

Chuck

Hoo-Hoo!

You think too highly of me for this one! I am only
employing the default CommandButton2 that opens the
Contacts folder to write to the Recipient...

They don't give me the code ;-)

Thanks,
Chuck
 
S

Sue Mosher [MVP]

What kind of form is it? This will determine whether you can use Outlook object model methods or need to resort to CDO or Redemption (which might be likely anyway). You are prepared to write code, yes?
 
C

Chuck

I am using a custom form built from the Post form in OL2k.
I am prepared to write code, having an
excellent 'jumpstart', but simply do not know if this is a
job for VBScript or VBA...and I keep getting caught in the
trap of trying the same things over and over and expecting
different results...
Thanks,
Chuck
-----Original Message-----
What kind of form is it? This will determine whether you
can use Outlook object model methods or need to resort to
CDO or Redemption (which might be likely anyway). You are
prepared to write code, yes?
 

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