G
Gina
Hi,
This one has me puzzled, hope you can help. I have used
a field that is:
NextTrainingDate: DateAdd("d",[NumberofDays],
[DateofTraining])
Number of Days is say 365 and Date of Training is in
MM/DD/YY format - it calculates the right date no problem,
but for example I have a date that comes out to 1/10/2004 -
if I enter my start date as 01/01/2004 and my end date as
01/31/2004 it doesn't show!!! But if I pick 01/01/2000 to
say 12/31/2004 it shows up! Ugh! I'm guessing it has
something to do with how the date is calculated, maybe as
a number?? Please if anyone has any ideas they would be
very appreciated!! I also tried bypassing the DateAdd
function and just adding the appropriate amount of days,
but the results were the same! Please help..I'm pulling
my hairs out - and not just the gray ones
This one has me puzzled, hope you can help. I have used
[EndDate] - and its always worked, but now I'm using it on=[Forms]![Report1]![StartDate] And <=[Forms]![Report1]!
a field that is:
NextTrainingDate: DateAdd("d",[NumberofDays],
[DateofTraining])
Number of Days is say 365 and Date of Training is in
MM/DD/YY format - it calculates the right date no problem,
but for example I have a date that comes out to 1/10/2004 -
if I enter my start date as 01/01/2004 and my end date as
01/31/2004 it doesn't show!!! But if I pick 01/01/2000 to
say 12/31/2004 it shows up! Ugh! I'm guessing it has
something to do with how the date is calculated, maybe as
a number?? Please if anyone has any ideas they would be
very appreciated!! I also tried bypassing the DateAdd
function and just adding the appropriate amount of days,
but the results were the same! Please help..I'm pulling
my hairs out - and not just the gray ones