Ok, This is tricky to explain, bear with me.
Basically,
I have 3 levels of data:
Company
Department
Contacts
You choose the company first, then the department, then the contacts. I did this by having a sub form of contacts embedded in department and department embedded in company.
Now, this does work, it only will display the departments that match the company and the contacts that much the department.
The drop-down box will also only display the contacts that match that department. I did this by running a query, and basing the drop down box on that query.
Ok, Hope your following. This works fine on the Department form which has the contacts form embedded. But once I embed that form into the main, company form it breaks. And nothing seems to work. Even the drop-down box in department will not work
Any ideas
Basically,
I have 3 levels of data:
Company
Department
Contacts
You choose the company first, then the department, then the contacts. I did this by having a sub form of contacts embedded in department and department embedded in company.
Now, this does work, it only will display the departments that match the company and the contacts that much the department.
The drop-down box will also only display the contacts that match that department. I did this by running a query, and basing the drop down box on that query.
Ok, Hope your following. This works fine on the Department form which has the contacts form embedded. But once I embed that form into the main, company form it breaks. And nothing seems to work. Even the drop-down box in department will not work

Any ideas
Last edited: