Hello all,
I’m wondering how I can create a relationship between two different fields in separate databases.
I would like to display a list of users, and when a user is clicked, it displays a pop-up group with the photo that the user created. The reason why I have not included a ‘list of images’ in the user database is that I need to use a function of the created date in each photo, hence the separate database.
So basically I need to link, Posts and Users together (as the ‘Created by’ field doesn’t seem to work when filtering parent group users photos).
Any help is greatly appreciated!