I have a table which joins two other tables in a many to many relationship. I want to create a form which displays the data from one of these tables but allows you to update the table which has the link. SO what I have is a table which holds data on proposals, a table which holds data on clients and one which relates clients to specific proposals which only contains the ID fields from the Proposal and Client tables.
I want a form which will show the basic contact info for any clients which have been identified for the open proposal and which will allow me to add more clients to that proposal.
What is the best way to go about this? I can't seem to do both the insert and view the related data at the same time.
I want a form which will show the basic contact info for any clients which have been identified for the open proposal and which will allow me to add more clients to that proposal.
What is the best way to go about this? I can't seem to do both the insert and view the related data at the same time.