Simon,
Can't be done without some code. Why not just open your Outlook database.
strAddress = Application.GetAddress("", "<PR_DISPLAY_NAME>" & vbCr &
"<PR_TITLE>" & vbCr & "<PR_COMPANY_NAME>")
This is from a word macro that you should be able to incorporate with some
research.
Good Luck and HTH's
Greg
> What I'm looking for is basicaly and easy way of incorperating an outlook
> style appoinments/tasks to my database which I am currently designing,
[quoted text clipped - 4 lines]
>
> Simon