So I'm trying to add a field with an expression on a report. The current layout has a "Certificate Number" and a "Certificate Date", and I need to add an "Expiration Date" which will be one year after the "Certificate Date".
If I use =DateAdd(yyyy, 1, [CertificateDate]) I typically get a...