J
JMK
Hi All,
I thought I had this figured out from a post I found when searching, written
by Dale Fye from 12/29/2004 (called Help on a complicated query!?).
The problem I have is the same basic problem, I need to have Access
calculate the expiry date for an employees training. My problem is that I
have 16 exams, with 5 different expiry timelines - for example training0 may
never expire, training1 could expire on the 1st of the 13th month, training2
could expire on the 1st of the 24th month, so on and so on.
At first I thought I had it with the formula
DateSerial(Year[Date]+1,Month[Date]+1,1), and then also tried the SQL query
in the post referred to above - my problem being that it was coding all
training as having that expiry timeline. I have thought of just creating a
query which calculates all the different timelines for each training type,
and then just picking which one I like, but there has got to be an easier way.
Please help!
I thought I had this figured out from a post I found when searching, written
by Dale Fye from 12/29/2004 (called Help on a complicated query!?).
The problem I have is the same basic problem, I need to have Access
calculate the expiry date for an employees training. My problem is that I
have 16 exams, with 5 different expiry timelines - for example training0 may
never expire, training1 could expire on the 1st of the 13th month, training2
could expire on the 1st of the 24th month, so on and so on.
At first I thought I had it with the formula
DateSerial(Year[Date]+1,Month[Date]+1,1), and then also tried the SQL query
in the post referred to above - my problem being that it was coding all
training as having that expiry timeline. I have thought of just creating a
query which calculates all the different timelines for each training type,
and then just picking which one I like, but there has got to be an easier way.
Please help!