deceasedlavy
New member
- Local time
- Today, 09:58
- Joined
- Apr 1, 2008
- Messages
- 5
how do i do this? i found an old thread concerning this but it must not apply either to vista or to the most recent version of office.
Try
Format(DateValue,"YYYY/MM/DD")
Then I would reccomend a good book on the subjectforgive me, i'm a novice. i have no idea what you're talking about. pretend i've just opened access for the first time in my life.
Then I would reccomend a good book on the subject
Seriously I thought In had given you a complete answer to your question.
If you have a date called
DateValue
then using
Format(DateValue,"YYYY/MM/DD") will display the date in that format.
Can you give a little more detail of what you want to do so we can help you
If you have a date called
DateValue
...
Take a look at this MSKB article http://support.microsoft.com/kb/q130514/ showing how Access stores dates/times, provided they are in date/time data format -- not as formatted text. Strongly suggest you convert your text dates to date/time format. They you can format them as needed.
DateValue is an Access function. Using it as a field/variable name invites problems down the road.
Bob
as far as i can tell, there's no way to format JUST access dates the way i want them.
The advice you have been given is sound. It assumes however that you have an ability level of 1, not 0.forgive me, i'm a novice. i have no idea what you're talking about. pretend i've just opened access for the first time in my life.