Mike Morton
|
| Posted: 02/27/2003, 11:56 AM |
|
I have a access db with links to documents in a column. How can I make the
Hyperlinks show up live in ccs.
Thanks
|
|
|
 |
DonB
|
| Posted: 02/27/2003, 3:27 PM |
|
Make the control a "link" instead of the default which is "label". You can
just select the label in the design window, right click, and pick Change To
from the popup menu. This assumes the database contains the complete URL
needed. Otherwise, you will need to make the link's Source Type "Database
Expression" and make the Control Source a string-concatenation that equates
to a complete URL.
DonB
"Mike Morton" <mike@lmdesigninc.com> wrote in message
news:b3lqht$qo4$1@news.codecharge.com...
> I have a access db with links to documents in a column. How can I make
the
> Hyperlinks show up live in ccs.
>
> Thanks
>
>
|
|
|
 |
|