With VBA: Outlook Template to Access?

KeyserSoze

Diamond Member
Oct 11, 2000
6,048
1
81
Ok, here's the deal. At work, we have a template that we use to send information to each other between shifts. Now, we created an Outlook Form Template that we use at the beginning of each day. It's your standard VBA form, each with properties, fields, etc.

Is it possible to have it dump this into an Access file with VBA? Or would I need a full fledged suite of VB for this?

If anyone has any links to guide me in the right direction on this, I would truly appreciate it.




KeyserSoze
 

WW

Golden Member
Jun 21, 2001
1,514
0
0
should be able to...I think vba can control any other office program...

createobject(application.access) etc. etc....

see:

access automation
 

KeyserSoze

Diamond Member
Oct 11, 2000
6,048
1
81
Originally posted by: WW
should be able to...I think vba can control any other office program...

createobject(application.access) etc. etc....

see:

access automation


Excellent, thanks for the link. I bookmarked it and will read it later!




KeyserSoze