I'm creating a Visual Basic 6.0 front end to a SQL 7.0 DB. The interface I want to create is a main form with basic loan information. On this form I want to create tabs that would open up separate forms related to the main form. I know how to do this in Access, but not sure about how to do this is VB. The tabbed forms are from separate tables, each related to the main form(table) by a primary key.