Borge Hansen
pcs at azizaz.com
Wed Mar 29 01:05:48 CST 2006
Here's a less abstract question:
We are in a Form's code module
I have code on the click event of a command button, called say cmd3
Anywhere in the code module I can call the click event like this:
cmd3_click
Is this an ok way?
Further, how can I called the click event of the same command button in this
context:
Me("cmd3") ????click
thanks for any quick reply
regards
borge