Hyperlink Properties

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Saxman

    #1

    Hyperlink Properties

    I have a textbox on a form which has hyperlink as the data type.

    The default format for a hyperlink is a file or web link. Is it possible
    change the default to an email address for all records without the need to
    select hyperlink/edit hyperlink/select email address for every record?

    TIA
  • Allen Browne

    #2
    Re: Hyperlink Properties

    There's no setting for the default type.

    Personally, I gave up using a Hyperlink type for storing email addresses. I
    find it easier to use a Text type field, and then use the properties and
    events of the text box to make it look and behave like a link.

    --
    Allen Browne - Microsoft MVP. Perth, Western Australia.
    Tips for Access users - http://allenbrowne.com/tips.html
    Reply to group, rather than allenbrowne at mvps dot org.

    "Saxman" <john.h.william s(removethis)@b tinternet.com> wrote in message
    news:16gza97rp8 t7z.1xqsxo4qv9n ac$.dlg@40tude. net...[color=blue]
    >I have a textbox on a form which has hyperlink as the data type.
    >
    > The default format for a hyperlink is a file or web link. Is it possible
    > change the default to an email address for all records without the need to
    > select hyperlink/edit hyperlink/select email address for every record?
    >
    > TIA[/color]


    Comment

    Working...