Sorry, that was badly phrased. What I mean to say is that if my subform has a button, say cmdSub, I would like to be able to execute the event procedure cmdSub_Click() (or indeed cmdSub_<any event>) from the main form that contains the subform.
Essentially, I would like to put controls on the main form that mirrors controls on the subform. You may think this seems ludicrous but it's because I have multiple subforms in a tab control, each on a page. I have a main page where I would like to give the user quick access to frequently used functions within each subform, but I don't really want to duplicate a lot of code - just make use of the existing code.
Thanks