RexesOperator
Registered User.
- Local time
- Today, 11:11
- Joined
- Jul 15, 2006
- Messages
- 604
Once I get this solved I will have all my forms set up! Yippeee! Thanks for all your help and patience.
I am using Access 2003.
My 4 main tables are one to many - Companies->Contacts->Transactions->Sites. I have one other table, OurInfo, that has a one to many relationship with Transactions.
I have a query that has the fields CompanyID, ContactID, TransactionsID, SitesID (the relevant pk fields) - amongst others.
On my form I have cascading combo boxes that the user can use to select the Company Name. The second combo correctly shows all the contacts for that company. BUT it shows the name of each contact for the number of transactions associated with that contact. So if a contact has 15 transactions the contact's name shows up in the list 15 times.
It's not a huge problem, but I'd be curious to know why it exists and (if possible) how to fix it.
I am using Access 2003.
My 4 main tables are one to many - Companies->Contacts->Transactions->Sites. I have one other table, OurInfo, that has a one to many relationship with Transactions.
I have a query that has the fields CompanyID, ContactID, TransactionsID, SitesID (the relevant pk fields) - amongst others.
On my form I have cascading combo boxes that the user can use to select the Company Name. The second combo correctly shows all the contacts for that company. BUT it shows the name of each contact for the number of transactions associated with that contact. So if a contact has 15 transactions the contact's name shows up in the list 15 times.
It's not a huge problem, but I'd be curious to know why it exists and (if possible) how to fix it.