I have the following control in my report:
="Payment :" & "" & [required date]
I have placed the format to long date but nevertheless i get the result with a short date. How can i format it to long date?
Based on what you've shown, the control on the report is not returning a date, it is returning a string, and the date is a part of that string. So you need to format the date before putting it in the string. How about:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.