I'm so sure this should be easy to do....but I can't figure it out!
I have two tables, with associated forms. One is company data (name, address etc), the other is enquiry data (date of enquiry, nature of enquiry etc). One company can make many enquiries, but each enquiry is only made by one company. I have the common field CompanyID in both tables (as the primary key in the company table) and a 1 to many relationship set up between the companyID fields (1 = company data, many = enquiry).
I want to design a form so that you can scroll through the enquiries in order 1 through to x, with the company that made the enquiry showing in a subform.
All I can get it to do is to bring up the company data sequentially, with the enquiry data in a subform! This means that you cannot scroll through all the enquiries from 1 to 100, you can only see the enquiries made by the selected company.
What should I be doing that I'm not doing?!
Thanks!
I have two tables, with associated forms. One is company data (name, address etc), the other is enquiry data (date of enquiry, nature of enquiry etc). One company can make many enquiries, but each enquiry is only made by one company. I have the common field CompanyID in both tables (as the primary key in the company table) and a 1 to many relationship set up between the companyID fields (1 = company data, many = enquiry).
I want to design a form so that you can scroll through the enquiries in order 1 through to x, with the company that made the enquiry showing in a subform.
All I can get it to do is to bring up the company data sequentially, with the enquiry data in a subform! This means that you cannot scroll through all the enquiries from 1 to 100, you can only see the enquiries made by the selected company.
What should I be doing that I'm not doing?!
Thanks!
Last edited: