C
Charles
I am trying to create a form that has two comboboxes that
would do a parent-child relationship, navigates though
the data using both the two comboboxes and four buttons,
able to add, update, and delete from a database, has a
textbox that displays a record number (ie: Record 4 of
10), and displays the child's data in textboxes.
Using the Northwind database for example I would be using
the Categories and Products tables.
I have gone though four revisions of this form and not
have much luck.
Should I go with three datatables? Should I add a
relation between the two database tables? If I add a
relation, how could I get to the data? I guess I am at a
lost on how to best program a form like this.
How would you go about designing and coding a form like
this?
Thank you,
Charles
would do a parent-child relationship, navigates though
the data using both the two comboboxes and four buttons,
able to add, update, and delete from a database, has a
textbox that displays a record number (ie: Record 4 of
10), and displays the child's data in textboxes.
Using the Northwind database for example I would be using
the Categories and Products tables.
I have gone though four revisions of this form and not
have much luck.
Should I go with three datatables? Should I add a
relation between the two database tables? If I add a
relation, how could I get to the data? I guess I am at a
lost on how to best program a form like this.
How would you go about designing and coding a form like
this?
Thank you,
Charles