R
ripon via AccessMonster.com
I have a form with one control button. In my form's code(VBA) I have one
CLICK event procedure for that button. Say mybutton_Click(). From this event
procedure, I am calling another PUBLIC procedure that I put into a module.
Now when I try to run the event procudure itself or the calling module
procedure, it ALWAYS takes me to a screen where the Access asking me to give
a macro name. I dont know what is this Macro for. I dont have any macro in my
this Access database. Just to run, I gave a macro name in that screen and
save it. But I dont see this macro in my db macro list. So why do I need this
macro, where I am saving it. Next time when I run the procedure again, this
time it shows the macro name. i run it and it runs my procedure. What is this
macro????
CLICK event procedure for that button. Say mybutton_Click(). From this event
procedure, I am calling another PUBLIC procedure that I put into a module.
Now when I try to run the event procudure itself or the calling module
procedure, it ALWAYS takes me to a screen where the Access asking me to give
a macro name. I dont know what is this Macro for. I dont have any macro in my
this Access database. Just to run, I gave a macro name in that screen and
save it. But I dont see this macro in my db macro list. So why do I need this
macro, where I am saving it. Next time when I run the procedure again, this
time it shows the macro name. i run it and it runs my procedure. What is this
macro????