Hello Everyone
A form and a subform are linked through Link Master Fields and Link Child Fields properties. So for example if you have an order form where you enter the order details for a customer and then you enter the products for that order in the subform. The data you enter in the main form goes inside the orders table and the data you enter in the subform goes inside the order details table. The magic happens inside the subform. You don’t have to enter the order ID in the subform so that it is entered in the order details table, the order ID is entered automatically in the order details form. But what if the data you want to show in the subform are too big for the subform and you want the subform to show in its own form. How do you link the two forms together so that you achieve the same effect that happens between the form and subform, meaning that you don’t have to enter the order ID in the second form ?