H
Hera
(Brand new to designing a database.)
I'm working on a new db for our school. I have one table
built with family ID data and am working on a table for
student data. There is a one-to-many primary key (FID) in
the family table relating to their students' data. The
primary key (SID) in the student table is auto-numbered.
I'd like to avoid redundant keystroking by offering up
some of the family data in the form for entering student
data. In the student table I need a student's surname and
the family surname, which may or may not be the same.
Since it's the same in the majority of records, I'd like
to pull it into the form when I tie the student to the
family ID, but not restrict editing for those blended
family situations. I think I need to bind the surname here
but it's either not editable or I can't get the list to
appear.
Thanks,
Hera
I'm working on a new db for our school. I have one table
built with family ID data and am working on a table for
student data. There is a one-to-many primary key (FID) in
the family table relating to their students' data. The
primary key (SID) in the student table is auto-numbered.
I'd like to avoid redundant keystroking by offering up
some of the family data in the form for entering student
data. In the student table I need a student's surname and
the family surname, which may or may not be the same.
Since it's the same in the majority of records, I'd like
to pull it into the form when I tie the student to the
family ID, but not restrict editing for those blended
family situations. I think I need to bind the surname here
but it's either not editable or I can't get the list to
appear.
Thanks,
Hera