-
1
- #1
I'm creating a Visual Basic 6.0 interface to a SQL Server DB. The application is a quality control review of sampled loans. I want to create a main form with basic borrower information, and then tabbed forms on the main form with Credit Information, Appraisal Information, etc as the names of the tabs. Credit and appraisal info is gathered from tables with primary keys related to the main table. What is the best method for created a tabbed form interface? MS Access has a very simple way to do it. I tried the Tabstrip control and it didn't seem like a workable option. Being that there are 10 different sections of a loan review, putting 10 subforms on the main form isn't an option either. I'm fairly new to VB6 and would greatly appreciate any help.