Edit Hyperlink command problems

E

Emma Parker

I am trying to create a button, using a macro, that brings
up the edit hyperlink menu - but I get the following
message:

'The command or action 'EditHyperlink' isn't available in
acces right now'.

I'm trying to create a field that allows users to simply
browse the network to locate documents and then have the
hyperlink following this path. They are incapable of
typing the path in themselves, so they need this option.

Please help.
 
A

Allen Browne

Is it possible that the command button still has focus when your code runs?

Me.[MyField].SetFocus
RunCommand acCmdEditHyperlink
 

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