I am trying to get data out of two tables to reference one another. for example in my orders table there is an Event_ID and in my events table there is an Event_ID. Currently my output for orders shows the Event_ID stored in the DB, but I want it to display the Event_Title instead. I am sure it...