The Learner 0 Posted September 12, 2020 Share Posted September 12, 2020 Hello everyone, I'm storing some videos in a portal in record A. If I'd like to have access to a video already stored in record A from another record, is there a way to reference that record A video in that other record portal. The idea is to avoid duplication and, at the same time, having a copy of the video in my solution, as opposed to storing it on my computer hard drive. Thanks. Link to post Share on other sites
bcooney 144 Posted September 13, 2020 Share Posted September 13, 2020 What tables do you have? What table is record A? What is the table that the portal is based on? What is their relationship? You say the video is in record A? Is it or is it in the portal table? Perhaps what you need is a join table. This is the typical structure used to resolve a many-to-many relationship. For example, Actor->Roles<-Movies. Roles is the join table. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now