I need to create a form combination that will allow me to add a record to each side of a many to many relationship. I need to be able to add a new consumer and a new organization and have the two linked via a join table that contains lngConsumerID and lngOrgID. Does anyone have a sample I can look at or tell me a good strategy?
The organizations attached to the consumer also need to be readily visible to the user.
E