Create your main table with the fields you want and add one more that is an
Autonumber field. Name it something like MainID.
Create your related table with the fields you want and add one more that is
an Number – Integer field. Name it MainID.
Click on menu TOOLS – Relationships. Click on the icon that has a yellow
plus sign and a table. Select your two tables. Click on the MainID of the
main table and drag to the related table MainID field.
Select Enforce Referential Integrity and Cascade Update Related Fields. Save.
Create a query using the two tables and left join the main to the related
table.
Create a main form and a subform (datasheet view) using the query as record
source for both. Insert the subform in the main form and set the Master/Child
link using the MainID.
opus said:
That sounds like what I'm looking for. How do I create a table with a
related subordinate table for a list of data entry numbers?
KARL said:
Sounds like you need to use a subform instead of 'imbedded Excel sheet.'
Use a table with a related subordinate table for the list of data entry
numbers.
No. I want to post the sum only to the field.
The column of numbers I would like can exist as a separate entity such as an
[quoted text clipped - 10 lines]
field in the same form, either as part of the same table or another table and
that list and total remain as a permanent record within a specific record ID.