Nina
Apr 13th, 2000, 06:43 PM
Hi,
I'm working on a little project which calculates the mass of steel products, which are used to build some kind ofsteel construction.
I want to use a database (Access) to store my results (using ADO). But my question isn't about how to use the database ...
Maybe you know, which VB control would be the best to use for my problem. Probably some kind of grid where the user can enter data ... :confused: however, I haven't been working with grids so far : confused:...
I'd like the following fields put in to a row:
<Label>,<Calculationstring>,Result,<type of steelbar>,mass [kg/m], total mass
e.g. <column>, <12 * 3.00>, 36.00, <IPE 100>, 6.00, 196.00
- the user can enter any string for Label and Calculationstring
- the steelbar has to be chosen for a combobox (steelbars, with their masses are supplied in another table)
- the other fields are calulated by entering the calculationstring and the type of steelbar
- rows with data can be added or deleted
any suggestions would be great
:) Thanx!!! :)
I'm working on a little project which calculates the mass of steel products, which are used to build some kind ofsteel construction.
I want to use a database (Access) to store my results (using ADO). But my question isn't about how to use the database ...
Maybe you know, which VB control would be the best to use for my problem. Probably some kind of grid where the user can enter data ... :confused: however, I haven't been working with grids so far : confused:...
I'd like the following fields put in to a row:
<Label>,<Calculationstring>,Result,<type of steelbar>,mass [kg/m], total mass
e.g. <column>, <12 * 3.00>, 36.00, <IPE 100>, 6.00, 196.00
- the user can enter any string for Label and Calculationstring
- the steelbar has to be chosen for a combobox (steelbars, with their masses are supplied in another table)
- the other fields are calulated by entering the calculationstring and the type of steelbar
- rows with data can be added or deleted
any suggestions would be great
:) Thanx!!! :)