This is a basic problem I have had before and solved by myself – but today it has me completely stumped no matter how much I pore over forms I have done it on before!
Here is the problem:
I have a form. The data source for the form is a query which includes three joined tables: T_People, T_ContactDetails, and T_ContactTypes.
The form header contains a combobox which has a list of names. When a name is selected, the records are filtered for contacts with that person.
When I then add a new contact, I want it to be linked to that person – in other words, I want the field[[T_ContactDetails]. [PeopleID] to equal Me![FindPerson].
The fields are both comboboxes – and each contains two columns – one invisible column whichcontains the PeopleID (the field which links the two tables T_People and T_Contact Details), and onecolumn that shows and contains the people’s names.
What simple detail am I missing here? Thanks for any tips.
-cynthia
-
New records in filtered group (97/2000)
- This topic has 4 replies, 3 voices, and was last updated 22 years, 7 months ago.
AuthorViewing 1 reply threadAuthorViewing 1 reply thread