Greetings.
Trying to figure out how I can grab values from across databases using records that share values.
For example, I have a “User” and “Comment” database. I want to be able to reference the username from the “User” database using the corresponding email address stored in the “Comment” database.
Any help would be appreciated.