Julian date

  • Thread starter Thread starter Chris Savedge
  • Start date Start date
C

Chris Savedge

How can I format the Date() function to produce a julian date. For example:
I want 7/27/04 to look like 04209. Any suggestions?

Thanks,
Chris
 
Hi,

Using Access 2003:

? Format(Date(), "yyy")
04210



Hoping it may help,
Vanderghast, Access MVP
 
Back
Top