I’ve made up a database where you can record websites and their URLs, categorize the websites, then pick several topics under each website with your opinion on them and rating. The problem that I’m having is that when I type in the website and URL then try to pick the Category, I get “You cannot add or change a record because a related record is required in tblCategory.” Why is this?
My tblSite consists of: SiteNumber, SiteName, SiteURL, CategoryNumber. And my tblCategory consists of: CategoryNumber, CategoryName, CategoryDefinition. I have a relationship set up of one-to-many (tblCategory being the One, and tblSite being the Many). Is this incorrect?
I’ve attached an example of my database just in case.