Hello and thank you in advance for any attention this post may recieve.
I am using MS Access 2010 on a Windows XP platform.
So I have a report containing a text box with the Control Source as a formula to display 'Date' field and 'Title' field as a title (Date : Title). My formula is returning the information I have asked for, but the date is not the format I want.
My formula is =Replace(Replace("|1 : |2 ","|1",Nz([ProblemDate],"")),"|2",Nz([Title],"(Untitled)"))
It is returning the date in a 'General Date' format (DD/MM/YY hh:mm:ss PM) where I want it to display as 'Medium Date' (dd-mmm-yy)format.
I do not know how to write the format into my formula.
Nadine