Hi all,
ClientTable = Table of client details
BrandTable = Table of brands
ClientForm = Form for enterting client details
BrandForm = Subform for entering brand details
Relationship ClientTable (1 ------- many) BrandTable
I have a Form ClientForm and a subform called BrandForm. BrandForm displays records based on Client_ID from the ClientForm. When I create a combo box which controls the records in the subform, it displays all items in BrandTable, not just the records related to Client_ID.
How do I get it to only display the records from the subform? or those Brands that have the ClientForm record's ID?