Main/subform and data entry

T

Tim

I have a mainform that contains student info like stud name, age, and so on.
I'd like to create a new subform with the recordsource is the table DormInfo
that links to the mainform by DormID. A user will enter the student name and
then go down to input the dorm info.
My question is how can I make this subform to display data that are already
in the table AND also allow the user to input new data that are not there?
Thank you for your help in advance.
 
K

karl dewey

You have it reversed. Form/subforms are for one-to-many relationships. One
student (your main form) will not have many dorm rooms (your subform).

Other the other hand a dorm can have many students.

Now again a form for student can use student table joined to dorm table to
indicate what room they occupy without using a subform.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top