Macros in Access

D

David White

Is there a macro i can right to open up whoever is viewing my database's
default email client, but nto have a specific email addrees to senf it too.

Also, as additional information, it needs to run from a button created on a
switchboard

thanks for your help in advance

David
 
R

Rick B

What do you mean, "whoever is viewing my database's default email client"?

How would Access know this?

Need more details.

Rick B
 
D

David White

well, what i mean is if i use it, it would open up outlook express, but if i
emailed it to my friened, who uses, outlook, is there a macro that will open
it, but the email client may not be microsoft based. will this matter, if so,
a microsoft effective 1 will do, if not, a general macro that will work will
surfice

David
 
R

Rick B

Not sure about a macro, but the button wizard includes a selection for
emailing a document. The format is something like...

DoCmd.SendObject acReport, stDocName

Look at the Help file for more information on how to use the SendObject
command.

Rick B
 
D

David White

thank you. if anyone else has any thing that can be done in macro form i will
much appreciate it.

thanks

David white: [name]89[at]hot[e]mail.com or [name]89[at][googles] [e]mail.com
 
Top