How do I synchronize sub forms?

C

CVoelker

I have been successful in the past, however this time there is an added twist
that may be the source of my problem. The information I want to sync is in a
many-to-many defined relationship.

As background: the relationship is between two tables: Clients and
Contacts. Each client has many contacts, and some contacts can be associated
with more than one client.

However, for synchronizing purposes, I want to see one contact at a time,
and the many clients they are associated with. Not the revserse. Is this
possible.
 
Top