Wrox Programmer Forums
|
VB Databases Basics Beginning-level VB coding questions specific to using VB with databases. Issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB Databases Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 11th, 2005, 11:54 PM
Registered User
 
Join Date: Dec 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Help! Help! Help!

Hi All,

I am new to VB and database programing. I have to create a database program to store company's Annual Report data like 'BalanceSheet', 'Income Statement' and 'Cash Flow statement' inlcuding some calculation. So you can imagine there will be almost 80-100 fields. I don't think that in a single screen the fields(textbox) can be adjusted, so probably VB's 'SSTAB' have to be used.

Can anyone help to give some ideas how to start or a sample program?

Thanks
 
Old January 24th, 2006, 06:32 PM
Authorized User
 
Join Date: May 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The easiest way I would do it is create a different tab for each database. You can put the text boxes relating to each database on each tab. Perhaps you can put a DataGridView on the tabs as well to show the data.

HTH












Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.