Hi everyone,
I am trying to duplicate my main form and sub form records. By using queries, i was able to make the duplicate the record for the main form as they are from the same table (eg. No. 150 and No. 151)
I have 2 tables named List and Item, linked by ID as their relationship.
- Record from the Main Form (List)
- SubForm (List) that displays records of Items (from table) tagged by their ID.
When I open the subform of the newly duplicated record with has an auto increment (eg. 151), I wasnt able to find the records of items, since they are still tagged under their previous ID (eg.150) in the Items table.
May I check if there's a workabout to this problem? Thanks
I am trying to duplicate my main form and sub form records. By using queries, i was able to make the duplicate the record for the main form as they are from the same table (eg. No. 150 and No. 151)
I have 2 tables named List and Item, linked by ID as their relationship.
- Record from the Main Form (List)
- SubForm (List) that displays records of Items (from table) tagged by their ID.
When I open the subform of the newly duplicated record with has an auto increment (eg. 151), I wasnt able to find the records of items, since they are still tagged under their previous ID (eg.150) in the Items table.
May I check if there's a workabout to this problem? Thanks