MadsNilsson
Technical User
Hi there! This forum has helped me out before, so I hope you guys can help me out with this?
I have one master table with two linked tables. Each time a new record is added to the master table - I want a number of new records to be added to the sub tables.
1. Master table = "Family" (general family information - like private phone/adress)
2. Linked sub-table: "Members" (the members of the family)
3. Linked sub-table: "Assets" (assets to trade).
Each time a new family record is added - I want to add 6 records in the "Assets"-table.
In the master table I have a drop-down list (3-5): I want to add the corresponding number of records in the "Members"-table when the number of members are selected.
The database is going to be used by persons who not now access well, so it would be nice if this could be done without any popups and questions during the append.
I have one master table with two linked tables. Each time a new record is added to the master table - I want a number of new records to be added to the sub tables.
1. Master table = "Family" (general family information - like private phone/adress)
2. Linked sub-table: "Members" (the members of the family)
3. Linked sub-table: "Assets" (assets to trade).
Each time a new family record is added - I want to add 6 records in the "Assets"-table.
In the master table I have a drop-down list (3-5): I want to add the corresponding number of records in the "Members"-table when the number of members are selected.
The database is going to be used by persons who not now access well, so it would be nice if this could be done without any popups and questions during the append.