I'm having trouble figuring out how to set this up. As a test, I have 2 very basic tables. They look like this:
BOX
Box Number Autonumber Primary
Box Name Text
FILE
File Number Autonumber Primary Key
File Name Text
Box Key Number
These tables are linked by box key.
I made a form that displays box. I inserted a subform to display file, linking the two by box key. I want to use this form to enter files, where they are linked to the box currently displayed in the main form. When I open this form, I cannot enter new records for the files. I am hoping to understand why this is...and how I ought to be setting this up to achieve this functionality. BTW, the subform is set to yes for data entry, allow additions etc.
TIA
Holly
BOX
Box Number Autonumber Primary
Box Name Text
FILE
File Number Autonumber Primary Key
File Name Text
Box Key Number
These tables are linked by box key.
I made a form that displays box. I inserted a subform to display file, linking the two by box key. I want to use this form to enter files, where they are linked to the box currently displayed in the main form. When I open this form, I cannot enter new records for the files. I am hoping to understand why this is...and how I ought to be setting this up to achieve this functionality. BTW, the subform is set to yes for data entry, allow additions etc.
TIA
Holly