This code works fine on one form but not on others and I can't determine why.
Get Run-time error '2046'
The command or action'EditHyperlink' isn't available now.
Code:btnFolderLink_Click() Me.FolderLink.SetFocus DoCmd.RunCommand acCmdEditHyperlink End Sub