Edmund has attended:
Access VBA course
Access Advanced course
Microsoft Access
How could I open Microsoft oUtlook from a Access form
and populate a new email with email adresses that I have retrieved from a command button query?
RE: Microsoft Access
Create a query to filter out required e-mail addresses, create a macro to run the query and open and application(Outlook) and create a command button on a Form, link the commnad button to the macro - you may also want to try opening the query and using the Tools Office links to merge with word, but choose merge to e-mail instead of a new document.
Let me know how you get on.
Julie