Pat/Ridders,
I'm running the code a button on the form. The statement is as follows:
Right(Year([NextPaymentDate]), 2) & DatePart("y", [NextPaymentDate])
Unfortunately, I'm not getting a leading zero for two (2) digits dates. If it possible to use the above command for two (2) digits date with a leading zero ?
I'm running the code a button on the form. The statement is as follows:
Right(Year([NextPaymentDate]), 2) & DatePart("y", [NextPaymentDate])
Unfortunately, I'm not getting a leading zero for two (2) digits dates. If it possible to use the above command for two (2) digits date with a leading zero ?