Access 2000 and Outlook 2000

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

Would like to create db to track consultants, clients, meeting dates, etc...

Queries to create reports in any number of ways... total days, monthly days,
by clients, by consultant, etc....

Want the db to automatically input appointment into outlook calendar...

Would accept outlook calendar as first input that would then link to access
db so staff could run queries to create reports...

First (feeble) attempt to link access db with outlook calendar produced
myriad fields... except date of appointment!...

Would simple linking do the trick or is vb code needed?

Thanks
 
Al,

I believe that you are going to have to use some VBA to be able to send
appointment items from your database to Outlook. It is not difficult and
the following link has code samples to get you started.

http://tinyurl.com/2knwj

hth,
 
Back
Top