You can use something like :
Left("D000", 4-Length(totext(DayCount))) + totext(DayCount)
But you have to be make sure Daycount never goes over or equals 9999.5 (totext rounds .5 up) or you will get an error (just test it first), if over 999, you will lose the "D" as well.