Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tabbed form interface for SQL Server 7.0 1

Status
Not open for further replies.

Terpsfan

Programmer
Joined
Dec 8, 2000
Messages
954
Location
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top