Ok as in previous post Ive said. I have 2 tables one Attendance with name, event, date and one Event with event, date.
What i wanna do is query Event table. List all events, problem is I wanna create a temp 3rd column when i query it on a webpage that shows a x for the rows that match the Attendance table with the same event name. So i have 2 tables each with event name. SO Say i had event T and Event M but T wasnt on Attendance and M was it would be
name , T
name, M, x
Hopefully you understand what i mean 🙂