I currently have a table titled Customers as a parent table and a child table titled Orders.
(a customer can have many orders)
I know I can upload a csv file that will create Customers records in bulk.
I was wondering if/how I could upload a csv file of Orders that associate with the appropriate existing Customers.
(a customer can have many orders)
I know I can upload a csv file that will create Customers records in bulk.
I was wondering if/how I could upload a csv file of Orders that associate with the appropriate existing Customers.