Access 2003 Runtime

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a package used by about 20 people in my company running on Access 2003
Runtime.
Some of the forms have hyperlink fields. When we ran on the Access full
version, we could right click in those fields and edit the hyperlink text. We
do not appear to have that ability in the runtime version.
We need to be able to edit the hyperlink name so that it appears as
something meaningful. How can I do this?
 
theBruceGuy said:
I have a package used by about 20 people in my company running on Access
2003
Runtime.
Some of the forms have hyperlink fields. When we ran on the Access full
version, we could right click in those fields and edit the hyperlink text.
We
do not appear to have that ability in the runtime version.
We need to be able to edit the hyperlink name so that it appears as
something meaningful. How can I do this?

You'll need to use the full version to do that. If you don't want to/can't
ive the full version to everyone, then you could write some code to do the
editing of the hyperlink when users right-click it. But you would still need
to use the full version to write that code.
 
Back
Top