Hi world,
I'm in the process of building a client management database for my team and I'd like some suggestions/assistance as to how I can build a particular part of the DB.
My design consists mainly of various different types of records that all relate back to the client, in a one to many style which is all very straightforward - addresses, financial, health, equalities etc
1 part of the DB requires staff to record contacts or support workers that are related to the client, and rather than allow support workers to be loaded many times - I'd like for people to - starting from within a form showing a clients record, go to a form where staff can pick contacts from something (list or search...) or add them if they're not already there, and connect the contact back to that client.
So far, to start the many to many relationship I have tblClients and tblContacts connected to eachother through a junction; tbljtnClientsContacts using the CustID and ContactID fields.
Any ideas or suggestions on how to proceed when building this with forms and queries?
Thanks!
Jamie.