I have a form (parent form) where I make quotes for clients. The table for that form as multiple columns as follow:
(Table name: "quotes for client")
ID
Client_ID (related to the main table where I keep client details)
Quote_Date
Payment_Terms
Task_Conclusion_Date
Notes
Than I have a...