Edit Hyperlink

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
 
A

Alex Dybenko

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.
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top