I hope that creating this function helps youFunction YourRequest() As StringDim YourString As StringYourString = Format(Date, "Short Date") & " Current Status"YourRequest = YourStringEnd Function