I’m working on a base to track interviews. One thing that is causing confusion is the following: when does linking tables cause issues? For instance, in the screenshot, I’m worried that structure will cause issues since:
- company is connected to Contacts, which is also connected to Interviews
and
- company is connected to Job Postings, which is also connected to interviews.
My goal is as follows, when I have an interview, I would like to add a new line item in Interview and be able to pick the contact and the job (e.g. job 123, with the VP of XYZ).
Here is what I came up with…will this cause issues? do you have suggestions?
Thank you! This community is amazing, by the way.