Hello,
The following code will return the value 20173, can anyone tell how to get it to return the value 201703?
Format(DateAdd("m", -8, Date), "yyyy") & Format(DateAdd("m", -8, Date), "m")
I don't mean to simply add the zero so if this code was run it should return the value 201710 not...