There are 2 tables, a table called parent and a table called child.
The parent table has 2 fields, an ID (AUTO Number: PK) and Name
(Parent Name)
The Child Table has 3 fields, an ID (AUTO Number: PK), ParentID(FK to
ID in parent Table) and Name(Childs Name)
The tables are related by the ID and ParentID
I want to create a form for entering child names but on that form I
want to select the Parent Name and then enter the childs name.
Can I have a combo box that has a list of parent's names but when you
enter the information it only enters the ID of the Parent into the
child table.
This is done easily with a list box in HTML where the bound column is
the value that is passed where as the text value is displayed.
Can this be done in Access 2003?
Thanks.
Ray
The parent table has 2 fields, an ID (AUTO Number: PK) and Name
(Parent Name)
The Child Table has 3 fields, an ID (AUTO Number: PK), ParentID(FK to
ID in parent Table) and Name(Childs Name)
The tables are related by the ID and ParentID
I want to create a form for entering child names but on that form I
want to select the Parent Name and then enter the childs name.
Can I have a combo box that has a list of parent's names but when you
enter the information it only enters the ID of the Parent into the
child table.
This is done easily with a list box in HTML where the bound column is
the value that is passed where as the text value is displayed.
Can this be done in Access 2003?
Thanks.
Ray
Comment