Yes. Two ways
1) Right click your macro and select Save As, then change the As box to
Module and select OK. The module will be named Converted Macro- macroname
2) In VBA type DoCmd.SendObject and hit the space bar. A tip will show
telling you where to place your parameters.
I've been trying to learn how to use more VBA but I'm not a programmer. I
did the first way listed and it converted very nicely. I can also understand
what I was looking at but now I don't know what to do to make the button run
the module instead when it's clicked. Can anyone tell me what I do next?
Thanks.