T
tkosel
I have a report where I need to change a label caption depending on
conditions. I have done this in the past. However, I am getting strange
results and don't know why. Strange results from immediate window below.
? Month(Forms!frmCertifedVendorForm.ReportEndDate)
12
? Format(Month(Forms!frmCertifedVendorForm.ReportEndDate), "mmm")
Jan
How can the 12th month format as Jan? Am I stupid?
conditions. I have done this in the past. However, I am getting strange
results and don't know why. Strange results from immediate window below.
? Month(Forms!frmCertifedVendorForm.ReportEndDate)
12
? Format(Month(Forms!frmCertifedVendorForm.ReportEndDate), "mmm")
Jan
How can the 12th month format as Jan? Am I stupid?