>I imported an excel file with approximately 600 names and email addresses to
>a new access 2003 table. I set the field to hyperlink and would like to make
>all entries to show as email addresses rather than as web addresses.
>
>Any suggestions as to the best approach Thanks
Anne the hyperlink format for email addresses as the ControlSource for
a form control is
="mailto:" & [EmailField]
Since all your forms should be based on a Query, you can created a new
object (column/field) in the Query Design View by calling it..
SendMailTo: "mailto:" & [EmailField]
A new object [SendMailTo] is thus created and can now be used just as
if it were a field from the table.
Cheers,
Brett
----------------------------------------------
Be adventurous, be bold, be careful, be a star
----------------------------------------------
Brett Collings
Business & Systems Analyst
Management Information Systems Developer