Macros in Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
What do you mean, "whoever is viewing my database's default email client"?

How would Access know this?

Need more details.

Rick B
 
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
 
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top