|
Home > Archive > MS SQL Server > February 2006 > How to handle hyperlink data
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]
| Author |
How to handle hyperlink data
|
|
|
| I am using an Access front-end, and storing data on a MIcrosoft SQL back end.
How can I handle hyperlinks on the back end? I presently identify the data
as varchar in SQL, and as a "hyperlink' in the Access front-end forms, but
want to export the data from the backend, as a hyperlink rather than a
varchar format.
Ideas?
| |
| Scott Morris 2006-02-17, 9:23 am |
| > How can I handle hyperlinks on the back end? I presently identify the data
> as varchar in SQL, and as a "hyperlink' in the Access front-end forms, but
> want to export the data from the backend, as a hyperlink rather than a
> varchar format.
If you can define "hyperlink format", someone might be able to help.
Perhaps you are confused by your own terminology. A "hyperlink" is
primarily a display and usage issue - not a data issue. Data is data. How
you choose to represent it or use it within a client application is a
completely separate issue.
|
|
|
|
|