Edit Hyperlink

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

Guest

Hello

I have a form with a text box which is associated to a hyperlink field in a table. I would like to know how to create a double-click event that would bring up the edit hyperlink file dialog

Thanking you in advance for your help

Daniel
 
in Access 97 you can run
CommandBars.FindControl(Id:=1577).Execute
to open this dialog. but this command is available in design mode only

--
Alex Dybenko (MVP)
http://Alex.Dybenko.com


Daniel P said:
Hello,

I have a form with a text box which is associated to a hyperlink field in
a table. I would like to know how to create a double-click event that would
bring up the edit hyperlink file dialog.
 
Alex

Instead of the user right-clicking and then selecting the "Edit hyperlink" I would like them to only double-click the field and the edit hyperlink menu would load

Daniel
 
Back
Top