|
Home > Archive > Microsoft SQL Server forum > December 2005 > links for fields
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| graham menzies-kitchin 2005-12-14, 1:23 pm |
| Have good grasp of mdb's. Beginner with sql
Have sql db of charity organisations with contact details, all fairly
simple. Have one Field for web addresses entered www.xxxxx.co.uk another
for emails entered aaaa@bbbb. Unable to work out how to make these active.
Its certainly not like mdb's!
Created Page with dropdown list which when clicked gives details of
selected charity. Want the above 2 entries 'live'.
Any help from the collective intelligence would be gratefully received.
Graham
| |
| Mike Epprecht \(SQL MVP\) 2005-12-14, 1:23 pm |
| Hi
SQL Server does not care about the data.
If you want to make them active, you need to do this in the client
application/Web page by adding the <A HREF> and MAILTO tags.
Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"graham menzies-kitchin" <agmk@globalnet.co.uk> wrote in message
news:Z- CdndCEt6gB9D3eRVnyvA
@brightview.co.uk...
> Have good grasp of mdb's. Beginner with sql
> Have sql db of charity organisations with contact details, all fairly
> simple. Have one Field for web addresses entered www.xxxxx.co.uk another
> for emails entered aaaa@bbbb. Unable to work out how to make these
> active. Its certainly not like mdb's!
> Created Page with dropdown list which when clicked gives details of
> selected charity. Want the above 2 entries 'live'.
> Any help from the collective intelligence would be gratefully received.
>
> Graham
>
| |
| graham menzies-kitchin 2005-12-15, 3:23 am |
| Mike
I had tried that. Doesn't work. Mark you, the MS conversion to htm provides
a lot of incomprehensible junk (in my opinion) and the thought of finding
600+ entries and altering them is a life times work. I will work it out
somehow, unless you have any other bright ideas.
Thanks anyway.
Graham
"Mike Epprecht (SQL MVP)" <mike@epprecht.net> wrote in message
news:43a07021$1_2@ne
ws.bluewin.ch...
> Hi
>
> SQL Server does not care about the data.
>
> If you want to make them active, you need to do this in the client
> application/Web page by adding the <A HREF> and MAILTO tags.
>
> Regards
> --------------------------------
> Mike Epprecht, Microsoft SQL Server MVP
> Zurich, Switzerland
>
> IM: mike@epprecht.net
>
> MVP Program: http://www.microsoft.com/mvp
>
> Blog: http://www.msmvps.com/epprecht/
>
> "graham menzies-kitchin" <agmk@globalnet.co.uk> wrote in message
> news:Z- CdndCEt6gB9D3eRVnyvA
@brightview.co.uk...
>
>
|
|
|
|
|