Hi,

I am probably missing something simple but could someone assist with the following, please?

I have a form fclsAction which contains all the controls and code common to several different actions in my project.

fclsEnterResults is a form which inherits from fclsAction.

When I view fclsEnterResults in design view, I can see all of the controls from fclsAction. However, none of the code I wrote in fclsAction appears in the code window for fclsEnterResults.

But, the programme does work (to some extent) when I create an instance of fclsEnterResults.

Does this mean that although the GUI is inherited the underlying code is not?