Just wondering what is the best way to go about this.
Single database, four seperate tables (events, tasks, notes, contact).
Common fields for each table are datestamp and status
What I would like to do is search all four tables, merge the results together and sort by the datestamp
So that, for example I would get returned (according to datestamp)
most recent
next most recent
next most recent
next most recent
next most recent
Should I be looking at Join or Unions?