DRW email address from an access database to outlook

G

Guest

DRW is querying email address from an access database. The results:
(e-mail address removed); (e-mail address removed); (e-mail address removed); (e-mail address removed);

Is there a way I can make this an email list or one field that can be passed
to outlook?

Thanks
 
S

Stefan B Rusynko

Only as a mailto link (will not work with all users - like AOL users) that opens the users default Email program
<a href="mailto:[email protected]; (e-mail address removed); (e-mail address removed); (e-mail address removed)">Email All</a>

As
<a href="mailto:<%=X%>">Email All</a>
where X is your DBRW field results list
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| DRW is querying email address from an access database. The results:
| (e-mail address removed); (e-mail address removed); (e-mail address removed); (e-mail address removed);
|
| Is there a way I can make this an email list or one field that can be passed
| to outlook?
|
| Thanks
|
 
G

Guest

Thanks,
where do I paste:
<a href="mailto:<%=requiredemail%>">Email All</a>
I pasted both inside the Yellow and also out side and all I get when I click
the hyperlink is a new email in outlook with no email address in the TO:
field.

Thanks For your reponse.
 
S

Stefan B Rusynko

Inside the yellow
But "requiredemail" is not a valid DBRW field
Find the field (or table cell) that has your DBRW filed results and use that

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Thanks,
| where do I paste:
| <a href="mailto:<%=requiredemail%>">Email All</a>
| I pasted both inside the Yellow and also out side and all I get when I click
| the hyperlink is a new email in outlook with no email address in the TO:
| field.
|
| Thanks For your reponse.
|
| "Stefan B Rusynko" wrote:
|
| > Only as a mailto link (will not work with all users - like AOL users) that opens the users default Email program
| > <a href="mailto:[email protected]; (e-mail address removed); (e-mail address removed); (e-mail address removed)">Email All</a>
| >
| > As
| > <a href="mailto:<%=X%>">Email All</a>
| > where X is your DBRW field results list
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > _____________________________________________
| >
| >
| > | DRW is querying email address from an access database. The results:
| > | (e-mail address removed); (e-mail address removed); (e-mail address removed); (e-mail address removed);
| > |
| > | Is there a way I can make this an email list or one field that can be passed
| > | to outlook?
| > |
| > | Thanks
| > |
| >
| >
| >
 

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

Top