C
cjohns38 via AccessMonster.com
I have two tables one called parents and one called children. The table
structure is as follows:
Parents:
ParentID (PK)
First
Last
DOB
Children
ChildID (PK)
ParentID(FK)
First
Last
DOB
I created a subform for parents to be able to fill in information about their
children. The problem is that I need the ParentID in the children table to
default to the ParentID associated with the subform. IE if I open up the
form for ParentID 1000 I want the ParentID in the children table to default
to PARENTID 1000 so I don’t have to type them in. I’m sure there has to be a
way to do this but I haven’t found it. Any help would be greatly appreciated.
Thanks!
structure is as follows:
Parents:
ParentID (PK)
First
Last
DOB
Children
ChildID (PK)
ParentID(FK)
First
Last
DOB
I created a subform for parents to be able to fill in information about their
children. The problem is that I need the ParentID in the children table to
default to the ParentID associated with the subform. IE if I open up the
form for ParentID 1000 I want the ParentID in the children table to default
to PARENTID 1000 so I don’t have to type them in. I’m sure there has to be a
way to do this but I haven’t found it. Any help would be greatly appreciated.
Thanks!