Hello All, i have a table that use to track employee training. The table has multiple columns with Date information on it. ( see example below)I would like a query to find the columns that has a due date 12 months form the date in the column. ( for example under CPR for MIKE , he did it on 1/1/2016 , i would like the query to find it when it comes due 12 months 1/1/2017). The query will return His name to indicate that his training is due
Table ( Employee_track)
NAME | CPR TRAINING | FIT TEST | EQUPI CHECK
JOHN | 2/1/17 | 3/1/17 | 2/1/17
MIKE | 1/1/16 | 2/1/17 | 2/1/17
Table ( Employee_track)
NAME | CPR TRAINING | FIT TEST | EQUPI CHECK
JOHN | 2/1/17 | 3/1/17 | 2/1/17
MIKE | 1/1/16 | 2/1/17 | 2/1/17