Will exTab work on MS Access?
The exTab component requires a container that implements ISimpleFrameSite interface. Unfortunately, the VBA ( MS Access ) container doesn’t support the ISimpleFrameSite interface. The ISimpleFrameSite interface handles simple frame controls ( exTab ) that act as simple containers for other nested controls. Some controls merely contain other controls. In such cases, the simple control container, called a simple frame, doesn’t have to implement all container requirements. It can delegate most of the interface calls from its contained controls to the outer container that manages the simple frame.