Right Mouse Menu in Runtime

V

Vic Spainhower

Hello,

Is there a way to get the same Right Mouse Menu in Access 2002 Runtime on
forms ? The database I'm distributing is an MDE and I would like to have the
same menu on the Right Click as is offered when using full access? I have a
DataSheet form and I would like to allow the user to have filtering and
sorting available on the right mouse button. The Mouse down event seems to
be ignored or I could implement my own method.

TIA,

Vic
 
R

Rick Brandt

Vic said:
Hello,

Is there a way to get the same Right Mouse Menu in Access 2002
Runtime on forms ? The database I'm distributing is an MDE and I
would like to have the same menu on the Right Click as is offered
when using full access? I have a DataSheet form and I would like to
allow the user to have filtering and sorting available on the right
mouse button. The Mouse down event seems to be ignored or I could
implement my own method.

Any shortcut menu you create as custom ones will work in the Runtime. You can
of course make one that has the same features as a built-in one, but you cannot
use the built-in one itself.
 
A

Albert D. Kallal

You have to build your own custom menus.

After you build he custom menu (you an do this via drag and drop), then you
specify what the "right click" menu is to be in the forms "other" table.

The right click menu can be set via the "ShortCut Menu Bar"
 

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