Hi all,
I've inherited a database which is used to track tape mounts, the table currently has a field for
date last used
number of days in cycle
date of next use (arrived at by adding the above 2 values which is done in an update query)
I've now been asked to add tapes that will be loaded on the 3rd sunday of the month so the days in the cycle will be variable but I need to work out the date of next use for these tapes.
Can anyone give me any pointers to usefull sources that will help me figure this out? I'm not looking for someone to write a solution but any hints about where to start will be helpfull - are there any functions which would help me work this out?
TIA for anything!
I've inherited a database which is used to track tape mounts, the table currently has a field for
date last used
number of days in cycle
date of next use (arrived at by adding the above 2 values which is done in an update query)
I've now been asked to add tapes that will be loaded on the 3rd sunday of the month so the days in the cycle will be variable but I need to work out the date of next use for these tapes.
Can anyone give me any pointers to usefull sources that will help me figure this out? I'm not looking for someone to write a solution but any hints about where to start will be helpfull - are there any functions which would help me work this out?
TIA for anything!