I have a form based on a table (tblCompanyName) with a subform embedded in it based on another table (tblContacts).
When the user clicks my search button they can search on criteria based on tblCompany name and the result is fine, my subform displays related data.
However, if the user...