Click to See Complete Forum and Search --> : Help Me....in VB Form Design


Masura Maulod
February 15th, 1999, 04:35 AM
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?

Ratna
February 16th, 1999, 12:46 AM
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