Adding Popup Menus to forms

  • Thread starter Thread starter Chris Kersey
  • Start date Start date
C

Chris Kersey

I would like to enable a popupmenu, but I can't seem to find a menu control.
Is there one in access and if so what is it called / where can I find it?

Thanks,
Chris
 
The modal property is already set to modal. Is there a reference that needs
to be set?
 
Hi Chris,

If you mean display the custom popup/shortcut menu, try ShowPopup method.

Application.CommandBars("Custom 1").ShowPopup

Custom 1 is the name of Custom Shortcut Menus;

Steps to create the custom shortcut Menus
==========================
1. Start Microsoft Access, and then open the sample database Northwind.mdb
or the sample project NorthwindCS.adp.
2. On the View menu, point to Toolbars, and then click Customize.
3. On the Toolbars tab, click New. Name the new toolbar Custom 1.
4. On the Toolbars tab, click Properties.
5. Click Popup in the Type list. Note that you receive an informational
message. Click OK.
6. Click Close in the Toolbar Properties dialog box.

Please feel free to reply to the threads if you have any concerns or
questions.



Sincerely,

Alick Ye, MCSD
Product Support Services
Microsoft Corporation
Get Secure! - <www.microsoft.com/security>

This posting is provided "AS IS" with no warranties, and confers no rights.






--------------------
| From: "Chris Kersey" <[email protected]>
| Subject: Adding Popup Menus to forms
| Date: Wed, 8 Oct 2003 12:49:18 -0700
| X-Tomcat-NG: microsoft.public.access.forms
|
| I would like to enable a popupmenu, but I can't seem to find a menu
control.
| Is there one in access and if so what is it called / where can I find it?
|
| Thanks,
| Chris
|
|
|
 
Back
Top