JMongi
Active member
- Local time
- Today, 03:41
- Joined
- Jan 6, 2021
- Messages
- 802
My idea for the form I'm working on is to have a section that is a compilation of addable "subrecords" for lack of a better description.
1.User completes main part of form
2. User adds a variable number of subrecords using command buttons (click button, fill out subform, save).
3. These cumulative subrecords are shown in the main form.
The subrecords have their own PK and FK to the main form record.
I can't wrap my mind around how to structure the query for the subform to display the list of subrecords.
I'm in the process of adding dummy data to structure so I can start testing out various implementations to see what works, but I thought I would post here as well. This seems like something that would have been done before.
1.User completes main part of form
2. User adds a variable number of subrecords using command buttons (click button, fill out subform, save).
3. These cumulative subrecords are shown in the main form.
The subrecords have their own PK and FK to the main form record.
I can't wrap my mind around how to structure the query for the subform to display the list of subrecords.
I'm in the process of adding dummy data to structure so I can start testing out various implementations to see what works, but I thought I would post here as well. This seems like something that would have been done before.