Proof of concept question for Outlook customization

B

bmhosey1

For lack of a better starting point I was hoping to get a bit of
feedback on customizing outlook. I have a client with an existing, but
lousy powerbuilder/ms sql backend crm system. The question was raised
as to if it would be possible to push appointments from outlook to the
custom application database.

My thought was that an appointment form would get customized and have a
dropdown for the company (populated from the legacy db),
contact(populated from the legacy db), contact type and note. A
command button would fire off the code to push this into the database.

I suspect that I'll order up .
as a reference.

Couple questions... any other suggested references, guides or online
tutorials? When I pull up the form design view, I'm not seeing options
to edit code for events (i.e. properties of a button in VB or
Access)... so this may reveal to you how basic of a starting point I'm
at.

Am I going about this the wrong way?

Thanks
 
S

Sue Mosher [MVP-Outlook]

There's a View Code button on the right side of the toolbar. It opens what we affectionately call "Visual Notepad." I personally write and test all my form code in VBA, then make a few minor adjustments to make it work for VBSCript and paste into the form and test again.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and 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