T
Tim
I have a form that is bound to a table (tblSchool) as a record source. This
table mostly includes a primary key and foreign keys from other tables. For
example, tblSchool.studID (PK), majorID (FK), and minorID (FK). [majorID]
links to tblMajor and minorID links to tblMinor.
This form is a data entry form and also allows the user to view existing
records. How can I design it so the user can understand what this form is
about? For example, the form should show studID, name, major, and minor.
Thanks!
table mostly includes a primary key and foreign keys from other tables. For
example, tblSchool.studID (PK), majorID (FK), and minorID (FK). [majorID]
links to tblMajor and minorID links to tblMinor.
This form is a data entry form and also allows the user to view existing
records. How can I design it so the user can understand what this form is
about? For example, the form should show studID, name, major, and minor.
Thanks!