If I do this to put a form on a workspace: Public aForm As frmCarePlanColumns Public Sub Form_Open() aForm = New frmCarePlanColumns Workspace1.Add(aForm) Workspace1.ActiveWindow.Title = "A Title" End How can I access the tabstrip to set the orientation to tabstrip.bottom? Thanks. richard