I know how to do all of this already. The only place you address my
question is the line where you say "go on here"
I found a web site that says that the Outlook object model does not
allow access to the save as database file type command.
That website suggest automation of outlook with use of the SENDKEYS
command.
Thanks.
How helpful a precise question is, isn't it?
I wouldn't recommend the use of SendKeys. It sends the commands to the
window with the focus, and you never know which one that is.
At the 'go on here' line simply read the item's properties and write them
into the recordset, or build a Insert statement.

Signature
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Keep your Outlook categories organized!
http://www.shareit.com/product.html?productid=300120654&languageid=1
(German: http://www.VBOffice.net/product.html?pub=6)
Am Wed, 20 Dec 2006 17:56:19 -0500 schrieb Oscar:
> I know how to do all of this already. The only place you address my
> question is the line where you say "go on here"
[quoted text clipped - 56 lines]
>>statement to add/update single records (then the recordset isn't necessary),
>>or work with the recordset.
Oscar - 21 Dec 2006 18:43 GMT
>How helpful a precise question is, isn't it?
Maybe you didn't catch it but the precise question asked was:
"I do it manually by Files | Export, etc."
"Please explain how to use the Outlook object model to do this via VB
or point me to an example on the web."