|
-
February 15th, 1999, 05:35 AM
#1
Help Me....in VB Form Design
Hi....
There's a few questions I wanna aks:
1. Can VB5.0 create a form which have a form footer and header and the detaila part in the middle which can be scrollable(vertically & horizontally)? The details consist of a employees personal data which can be updated, deleted and viewed.
2. Is there any Performance Appraisal sys. developed using VB? If exist please give me the details.
3. How to update several tables in a database in one form?
-
February 16th, 1999, 01:46 AM
#2
Re: Help Me....in VB Form Design
1. VB forms does not work on the concept of different sections(header,detail,footer).
u will have create ur own. For scrolling data u can use grid.
3. There is no restriction to the number of tables, which u can update in one form.
a) DAO - open as many recordsets as required, then give update command.
b) u can use data controls.
bye
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|