I am designing a program with several forms (around 12), and I would like to have the same toolbar on each form. I want to code the button.key events in a code module so that I do not have to repeat the same code over and over (the buttons will always activate the same events).

I am having a slight problem with determining how to go about this, and wonder if I should type out the case, but have the events written as procedures within the module. This cuts down on code, but not as much as I would like.

If anyone has a better idea it would be greatly appreciated

Jono