Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

formatting a date from dd/mm/yy 1

Status
Not open for further replies.

paulminne

Programmer
Nov 27, 2002
80
AU
Hi,

I have a field in a report which is copied from a textbox on another form. However, it is being formatted as dd/mm/yy even though I have set the 'format' property of the text box to 'long date'.

Is there a way to format this field to long date (eg Sunday, 17 March 2003) ???

Regards,

- Paul
 
Use this in the report's text box control source:

=Format(Forms![YourForm]![DateField], "dddd dd"", ""mmmm yyyy")


Good luck! Anthony J. DeSalvo
President - ScottTech Software
"Integrating Technology with Business"
 
Check your options.

Access 2000:
(Tools, options, General Tab, lower right hand corner, Use four-digit year formatting, this database/all databases)

Hope this helps.
SATHandle :)
definition of 'less behind': "not fully caught up, digging out slowly, one-week delay to "The IT hit the fan."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top