Hey all, quick question:
Is there a way to query data from a column and show it across a row?
Example:
I want to show the date stamps per meeting type for each client
Client Name 1st Meeting 2nd Meeting 3rd meeting John Doe 3/17/16 3/18/16 Jane Doe 2/15/16
The blank cells would represent there not being info for that specific individual/type of meeting.
Here's how I have my database organized right now and this was my failed attempt at querying the data.
I'm just learning so be gentle!