Hi Guys,
Got a problem and I can't find where I'm going wrong. I have a textbox and want it to say the current day and date like this: Thursday 19th December 2013.
It is called txtDate and I have set the Control Source to:
=WeekdayName(Weekday(0),False,0) & Date()
Of which is fine, but it keeps saying Sunday instead of Thursday why is this? Can someone help?
Thanks,
Ryan