Displaying 1 result from an estimated 1 matches for "student_record".
2006 Jan 17
6
An object that initializes multiple objects?
..."student id number", "parent''s name", "street 1",
"street 2", "town", "postcode", "state".
There will be (suppose) 2 underlying database tables that will be
populated as a result of this form submission, a table "student_record"
that has "id", "name", and "id_number" (not to be confused with "id", it
is more like "passport number"), as well as another table "contact" with
the fields "parent_name", "street_1", "street_2", &quo...