L
la
Hello!
I have a main form which display a single company, which contains a
continuous subform with the company's contact names. I would like to have a
listbox with the specific tel, email, etc. for each of the separate contact
names displayed as a control as part of the detail on the continous form.
Is this possible? Now the addition of the list box displays *all* the tel,
email, etc. for the entire table ContactDetail table.
Main Form: CompanyID (primarykey), CompanyName, etc.
SubForm: ContactID (primarykey), CompanyID (foreignkey), FirstName, etc
ListBox: ContactDetailID (primarykey), ContactID (foreignkey)
Many thanks in advance for your help.
I have a main form which display a single company, which contains a
continuous subform with the company's contact names. I would like to have a
listbox with the specific tel, email, etc. for each of the separate contact
names displayed as a control as part of the detail on the continous form.
Is this possible? Now the addition of the list box displays *all* the tel,
email, etc. for the entire table ContactDetail table.
Main Form: CompanyID (primarykey), CompanyName, etc.
SubForm: ContactID (primarykey), CompanyID (foreignkey), FirstName, etc
ListBox: ContactDetailID (primarykey), ContactID (foreignkey)
Many thanks in advance for your help.