Hollis,Virginia
HollisVJ at pgdp.usec.com
Wed Mar 17 16:01:00 CST 2004
Yes, but how would you store the contents of a label in a field? I want to store the web site addresses with the vendors. Virginia -----Original Message----- From: Robert L. Stewart [mailto:rl_stewart at highstream.net] Sent: Wednesday, March 17, 2004 3:54 PM To: accessd at databaseadvisors.com Cc: HollisVJ at pgdp.usec.com Subject: Re: Hyperlink Field Virginia, The trick is that a label has the hyperlink property and not a text box. Use a label and set the properties for it in code. Robert At 03:44 PM 3/17/2004 -0600, you wrote: >Date: Wed, 17 Mar 2004 14:34:31 -0600 >From: "Hollis,Virginia" <HollisVJ at pgdp.usec.com> >Subject: [AccessD] Hyperlink Field >To: "'accessd at databaseadvisors.com'" <accessd at databaseadvisors.com> >Message-ID: > <618EB4D6DDCDD3119B0A00508B6FD37A0CB0D34D at cntexchange.pgdp.usec.com> >Content-Type: text/plain; charset=iso-8859-1 > >I added a field to the table & set it as type - hyperlink. On the form when >I type in the address Microsoft.com it does not access the site. It does >from the table, but not on the form. When I enter the field on the form it >shows Microsoft.com#http://Microsoft.com#. > >How do you create a hyperlink field that works? > >Virginia