|
Subject:
|
Help! Help! Help!
|
|
Posted By:
|
sillylady
|
Post Date:
|
12/11/2005 10:54:18 PM
|
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
|
|
Reply By:
|
Tegwin
|
Reply Date:
|
1/24/2006 5:32:04 PM
|
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
|