Insert Hyperlink Dialog Box

R

Ray

I have a table with "hyperlink" datatype field. I created a form and inserted
the field. Now if a user want to insert a hyperlink in that field, they have
to use the menu to open the 'Insert Hyperlink Dialog box'. But I want the
Dialog Box to appear when the user right click the hyperlink field.

My question is... How can I do that? Any help will be appreciated.
 
W

Warren

Hi Ray,

I would:

1. Make a macro where:
Macro Name = Insert Hyperlink (or whatever)
Action = RunCommand
Action > Command = InsertHyperlink

2. Save the macro as "mac_InsertHLink" for example

3. In the Database Window, select this macro.

4. Goto: Tools > Macro > Create Shortcut Menu from Macro

5. Now goto the properties for the field on your form and change
'Shortcut Menu Bar' to the name of your macro, i.e. "mac_InsertHLink".


Simple when you know how ;)
 

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