
Originally Posted by
Missinglinq
You have to have a Field in common between the Table behind the Main Form and the Table behind the Subform. So you need to add a Field to your Subform Table that matches the ID Field in your Main Table. This Field will be a Foreign Key in the Subform Table. Then you select the Subform Control (not the Form but the Subform Control itself) then go to Properties - Data and fill in the names of these Fields in the the Link Master Fields and Link Child Fields. The Form and Subform should now be linked.
Linq ;0)>