lost assign macro?

C

chief

i somehow seem to have lost the ability to choose to assign a macro t
my command button when i right click on it, how can i get this optio
back, or is there a way to set it up so that when the user clicks o
this command button 1, it will run the macro?

thank
 
D

dcronje

If you are using a command button from the control toolbox you nee
select view code option and then use "Call" to get your macro.

If you use the command button from the "forms controls" you will ge
the assign macro option.

If you right click the toolbar at the top of the screen you can se
which controls you are using as the relevant one will have a tick nex
to it
 
Top