NathanMaubert
7 years agoQrew Trainee
Create a ""shopping cart"" to add multiple child records in many-to-many relationship
I have a many-to-many relationship and I am looking to create a "shopping cart" where by a user can select multiple entries and create child records for a many-to-many relationship.
I can break the tables down as follows:
Receiving Slip -> Item Receipt <- Items
Essentially when items are received they are added to a receiving slip. Items are related to the receiving slip by the vendor and are filtered in the report by items outstanding. I have tried using the process selected records to select records from the items table however I am not sure how to pass the related receiving slip into items table to process the records and created the Item Receipts. Ideally I would like to code the item selection table in a pop-up. Anyone done something similar?
I can break the tables down as follows:
Receiving Slip -> Item Receipt <- Items
Essentially when items are received they are added to a receiving slip. Items are related to the receiving slip by the vendor and are filtered in the report by items outstanding. I have tried using the process selected records to select records from the items table however I am not sure how to pass the related receiving slip into items table to process the records and created the Item Receipts. Ideally I would like to code the item selection table in a pop-up. Anyone done something similar?