I have a form that has 2 subforms on it. The main form is the company form. The first subform displays all contacts at that company and is linked by companyID. The second subform is linked to the first subform and shows details about the contact and is linked by contactID. Works great with one exception:
I need to keep old contacts but don't want them displayed on the first subform. I tried the filter property on the subform on the inactive checkbox with no luck, it does nothing. I tried creating a query that filters the information I need, but then the second subform quits working. After changing back to the original link and table, it still doesn't work until after I tweak, save, tweak, save etc.
I even changed the master/child links which are currently
ML:[Contact_Information Subform].Form![Contact_ID]
CL:Contact_ID
I have never run into something in Access that has been this complicated.
When I try to change the ML/CL for the second subform to query based subform it tells me that the "text you entered isn't on the list" and I think this is because the second subform isn't nested inside the first.
My main question is why doesn't the filter property work on the subform?
My second question is why I can't link to the query without lots of problems.
I need to keep old contacts but don't want them displayed on the first subform. I tried the filter property on the subform on the inactive checkbox with no luck, it does nothing. I tried creating a query that filters the information I need, but then the second subform quits working. After changing back to the original link and table, it still doesn't work until after I tweak, save, tweak, save etc.
I even changed the master/child links which are currently
ML:[Contact_Information Subform].Form![Contact_ID]
CL:Contact_ID
I have never run into something in Access that has been this complicated.
When I try to change the ML/CL for the second subform to query based subform it tells me that the "text you entered isn't on the list" and I think this is because the second subform isn't nested inside the first.
My main question is why doesn't the filter property work on the subform?
My second question is why I can't link to the query without lots of problems.