Hey everyone,
I've been working on a general Movie Database for awhile now that labels the Highest-Grossing movies worldwide. Easy enough. I'm still fairly new to Access and the logic behind queries and data implementation, and while I've normalized my tables and entered data into my main tables VIA forms I haven't been able to understand why I can't enter data into my bridge entities. (I receive an error when doing so, probably because of the enforcement of referential integrity settings)
Here's a picture of my relationships: https://i.imgur.com/fa8OdVJ.png
I've tried creating a form for the purpose of choosing a movie from the MOVIE table and an actor from the ACTOR_INFO table to fill the MOV_IDS and ACT_IDS in the MOVIE_LEAD_ACTOR table, but haven't been getting any results. I'm sure that there's something I'm just not understanding, and I'd like to remedy that if anyone has any ideas or time.
Thanks!