Hi all,
I have created lookup tables for all comms information for clients and contacts in my db. I am now having issues understanding how to enter data in a form using this structure. I'm thinking I want a combobox showing types of comm, and then a control next to it where I can enter the info.![]()
The structure is as follows:
tblComms
Comm_ID
Client_ID (fk)
Method_ID (fk)
Contact_ID (fk)
CommInfo
CommNotes
tblCommMethods
Method_ID
MethodName (Landline, Cellphone, email, ...)
So for instance, to enter contact info for a Client, what do I put in the frmClient_Details form? My relationship view is attached (with many recently added lookup tables hidden, spot all the ID fields). I'm not confident that I've got my left and right sides correct for the links.
I've managed to get "normal" lookup tables working in forms, but the intermediate table (tblComms) is confusing me. Help?
Thanks,
Andy