G
Guest
I already know the way to create custom menu bar in Access by point to:
Tool-->Customize--> and then drag custom menu into outside.
But I wonder if there is a way to put (simple) VBA code into custom menu bar?
I mean, for example, I already have a blank custom menu bar, and then I put
some thing symbol into it, and then write some code for click event of that
symbol (ex: docmd.openform "employees"). When I click that symbol on custom
menu bar, it will open form employees for me.
many thanks
Tool-->Customize--> and then drag custom menu into outside.
But I wonder if there is a way to put (simple) VBA code into custom menu bar?
I mean, for example, I already have a blank custom menu bar, and then I put
some thing symbol into it, and then write some code for click event of that
symbol (ex: docmd.openform "employees"). When I click that symbol on custom
menu bar, it will open form employees for me.
many thanks