Doable or not?

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Can a custom Combo Box with the dropdown list based on a query be created on
the Access menu bar?
 
Hi -

I don't think so. For starters, "The Access Menu Bar" is a part of
Access, not any specific database, so it it available whenever Access is
open; changes you make to it are always there. Secondly, all you can do
with menu bars or toolbars is invoke built-in procedures or user-defined
functions.

I personally would not recommend messing around with the built-in menus
and toolbars in any case - if you need something special, you should
design your own menus. I haven't tried it, but you *might* be able to
programmatically modify a customized drop-down menu to do accomplish the
same thing, if the list of options was not too long.

MVP's?

John
 
Back
Top