A family of Microsoft relational database management systems designed for ease of use.
When you say "the link isn't working", what do you mean?
I assume that "frmModelADetails", "frmModelBDetails", and "frmModelCDetails" are the names of the subform controls on your main form. I would expect you to need to apply the code to choose which form to show in the form's Current event, so if the only problem is that navigating the main form from customer to customer doesn't switch the visible subform, then try moving the code to the Current event instead of the Load event.