D
David Gerstman
Say I have a class and I want to keep track of their book reports and grades.
For every student I have a name, SSN and phone number.
For each book report I have a name, title and grade.
Does it make sense to create a form for entering the book report information
by doing a join query (on name) between the student and book report tables,
and creating a form based on that query? (So I'd select the name and the SSN
and phone would show up, then I'd type in the title and grade.)
Is there a better way to create a form for entering the book report info?
For every student I have a name, SSN and phone number.
For each book report I have a name, title and grade.
Does it make sense to create a form for entering the book report information
by doing a join query (on name) between the student and book report tables,
and creating a form based on that query? (So I'd select the name and the SSN
and phone would show up, then I'd type in the title and grade.)
Is there a better way to create a form for entering the book report info?