B
Bernie
I added a combo box with values that I would like to pick up in the Hyperlink
TextToDisplay of a hyperlink field.
In the After Update event of the combo box, I added:
Me.(myfield).SetFocus
RunCommand accmdInsertHyperlink
What is the command to then pick up the combo box value in the Text to
Display? I tried adding line:
Me.(myfield).Hyperlink.Texttodisplay = Me.(combobox)
I get an error: Run-Time Error 7980
The HyperlinkAddress or HyperlinkSubAddress property is read-only for this
hyperlink.
TextToDisplay of a hyperlink field.
In the After Update event of the combo box, I added:
Me.(myfield).SetFocus
RunCommand accmdInsertHyperlink
What is the command to then pick up the combo box value in the Text to
Display? I tried adding line:
Me.(myfield).Hyperlink.Texttodisplay = Me.(combobox)
I get an error: Run-Time Error 7980
The HyperlinkAddress or HyperlinkSubAddress property is read-only for this
hyperlink.