Hello, I'm trying to creat a forum using c# and I'm trying to receive the last post date and message from two tables. Topics and Replies (DateAdded & Message are the columns) . How can I query for this information. I've tried doing a union, but I can't get it to work.