Hi, I have a query pulling through Staff details and Training details.
In my training details I have the fields...
trainID
date
time
coursecode
coursename
venue
trainer
Training for specific course happen every 1 or 2 years.
Is it possible to calculate how many dates from their last date for a specific course they have left until they need to redo the training?
Say I need Fire training every 12 month and CPR every 24 months.
Can I create a query for Fire that when run pops a pop up asking for course name (I can do this with [Course Name] in the coursename field) but then also show the previous Fire training and a field of how many days until the next Fire training must be booked??
I am thinking of maybe having a field called DueDate which self populates exactly 12 or 24 months ahead, thus giving us in theory an END DATE.
Then run a field called DateDiff, comparing the date field against our DueDate field giving us a number of days/months until next course is booked.
Have I just answered my own question there?
Thanks
will
In my training details I have the fields...
trainID
date
time
coursecode
coursename
venue
trainer
Training for specific course happen every 1 or 2 years.
Is it possible to calculate how many dates from their last date for a specific course they have left until they need to redo the training?
Say I need Fire training every 12 month and CPR every 24 months.
Can I create a query for Fire that when run pops a pop up asking for course name (I can do this with [Course Name] in the coursename field) but then also show the previous Fire training and a field of how many days until the next Fire training must be booked??
I am thinking of maybe having a field called DueDate which self populates exactly 12 or 24 months ahead, thus giving us in theory an END DATE.
Then run a field called DateDiff, comparing the date field against our DueDate field giving us a number of days/months until next course is booked.
Have I just answered my own question there?

Thanks
will