No right click action in runtime

S

Sacapuce

Hi,
I have developed an application distributed as runtime where users can
update value list in combo boxes. This is normally done by right clicking
and choosing 'edit'. The problem is that right-click menus seem to be
disabled in runtime.
Any fix for that?
Any suggestion?
thanks
Marc
 
J

Jeanette Cunningham

In the runtime, you need to create your own right click menus using macros.
Check help on how to do that.

Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 
S

Sacapuce

many thanks,
I have followed the help menu instructions and implemented a shortcut menu
bar which I linked to a combo box on a form and the menu appeared but greyed
out. I tried to figure out why but I couldn't. I have to say that I have
had quite a few puzzling problems with macros. Like a few other people on
this discussion group, some of important macro commands are missing such as
copy and paste for run command.
Anyway, I sorted the problem out by creating an event on double-clickingand
running a VBA code DoCmd.runcommand command
many thanks for your help
Marc
 
J

Jeanette Cunningham

To see all the macro options like copy and paste, you must click the Show
all Actions button on the ribbon.

Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 

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