GUIDO22
Registered User.
- Local time
- Today, 06:55
- Joined
- Nov 2, 2003
- Messages
- 515
I am using Access 2003 and have a custom shortcut menu. I wish to add some entries to this shortcut menu dynamically.
Background : I am displaying a list of customer orders and wish to offer the user the facility to filter the search for one item instead of the default of ALL.
The dynamic entries would be the unique order item reference nos. retrived for that particular customer retrieved via recordset .
So the menu would show :
ALL
------
Model 1
Model 2
Model 3
etc.
...
how am I able to add these entries to the menu, the selection text will be the filter text I use to report upon.
Thanks for any help you can give.
Background : I am displaying a list of customer orders and wish to offer the user the facility to filter the search for one item instead of the default of ALL.
The dynamic entries would be the unique order item reference nos. retrived for that particular customer retrieved via recordset .
So the menu would show :
ALL
------
Model 1
Model 2
Model 3
etc.
...
how am I able to add these entries to the menu, the selection text will be the filter text I use to report upon.
Thanks for any help you can give.