I have a work database used to track employee vacation dates. Each employee is able to select three date segments in a year. My table records each segment as startdate1, enddate1; startdate2, enddate2; startdate3, enddate3. I then use a query to concatenate these columns into Segment1...