A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

how do i change the date format in access to be short date?



 
 
Thread Tools Display Modes
  #1  
Old September 26th, 2005, 05:17 PM
Shana
external usenet poster
 
Posts: n/a
Default how do i change the date format in access to be short date?

I am new at access and I have to change the date in my paper to be "short
date" and I have no clue what I am doing...this is the last part of my paper
to turn in for college and I am doing it online so there is not much help I
can get other than online.. I already have the table done..but I can retype
it if necessary but I just need to change the date format for that table to
be "short date". Thanks
  #2  
Old September 26th, 2005, 05:25 PM
Rick B
external usenet poster
 
Posts: n/a
Default

The format of a date field is controlled in the reports, forms, or queries.
The entry is stored in the table as an integer that represents the date.

If you wish to change the way the date displays on a report or form, use the
control's "Format" property and set it to "Short Date". You could also add
an unbound control and put something like the following in it...

=Format([SomeFieldName],"Short Date")

--
Rick B



"Shana" wrote in message
...
I am new at access and I have to change the date in my paper to be "short
date" and I have no clue what I am doing...this is the last part of my

paper
to turn in for college and I am doing it online so there is not much help

I
can get other than online.. I already have the table done..but I can

retype
it if necessary but I just need to change the date format for that table

to
be "short date". Thanks



  #3  
Old September 26th, 2005, 05:36 PM
Bryan
external usenet poster
 
Posts: n/a
Default

Go into the table in design view. Select the row with the date. At the
bottom of the page you will see "format" change the drop down to short date.
Save and view your table.

"Shana" wrote:

I am new at access and I have to change the date in my paper to be "short
date" and I have no clue what I am doing...this is the last part of my paper
to turn in for college and I am doing it online so there is not much help I
can get other than online.. I already have the table done..but I can retype
it if necessary but I just need to change the date format for that table to
be "short date". Thanks

  #4  
Old September 26th, 2005, 07:07 PM
Shana
external usenet poster
 
Posts: n/a
Default

Thanks so much...I got it done now...Thanks

"Bryan" wrote:

Go into the table in design view. Select the row with the date. At the
bottom of the page you will see "format" change the drop down to short date.
Save and view your table.

"Shana" wrote:

I am new at access and I have to change the date in my paper to be "short
date" and I have no clue what I am doing...this is the last part of my paper
to turn in for college and I am doing it online so there is not much help I
can get other than online.. I already have the table done..but I can retype
it if necessary but I just need to change the date format for that table to
be "short date". Thanks

  #5  
Old January 25th, 2009, 07:55 AM posted to microsoft.public.access.gettingstarted
yousefi
external usenet poster
 
Posts: 1
Default how do i change the date format in access to be short date?

Hello sir
how is posible to change sorting date not based on binery numbers? as you
know, in binery, month will be sort 1, 10, 11, 12, 2, ... 9, how can i change
it? it must be 1,2,3,4,5,6,7,8,9,10,11,12

thanks
yousefi

"Rick B" wrote:

The format of a date field is controlled in the reports, forms, or queries.
The entry is stored in the table as an integer that represents the date.

If you wish to change the way the date displays on a report or form, use the
control's "Format" property and set it to "Short Date". You could also add
an unbound control and put something like the following in it...

=Format([SomeFieldName],"Short Date")

--
Rick B



"Shana" wrote in message
...
I am new at access and I have to change the date in my paper to be "short
date" and I have no clue what I am doing...this is the last part of my

paper
to turn in for college and I am doing it online so there is not much help

I
can get other than online.. I already have the table done..but I can

retype
it if necessary but I just need to change the date format for that table

to
be "short date". Thanks




  #6  
Old January 25th, 2009, 12:41 PM posted to microsoft.public.access.gettingstarted
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default how do i change the date format in access to be short date?

It has nothing to do with binary numbers. Format changes whatever is being
formatted into a string, and sorting as a string, 10 is less than 2.

If you need ShortDate for display purposes, you can either sort on an
unformatted version of your date field (you don't have to make it visible in
the query's recordset), or you can format it as yyyy-mm-dd.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"yousefi" wrote in message
...
Hello sir
how is posible to change sorting date not based on binery numbers? as you
know, in binery, month will be sort 1, 10, 11, 12, 2, ... 9, how can i
change
it? it must be 1,2,3,4,5,6,7,8,9,10,11,12

thanks
yousefi

"Rick B" wrote:

The format of a date field is controlled in the reports, forms, or
queries.
The entry is stored in the table as an integer that represents the date.

If you wish to change the way the date displays on a report or form, use
the
control's "Format" property and set it to "Short Date". You could also
add
an unbound control and put something like the following in it...

=Format([SomeFieldName],"Short Date")

--
Rick B



"Shana" wrote in message
...
I am new at access and I have to change the date in my paper to be
"short
date" and I have no clue what I am doing...this is the last part of my

paper
to turn in for college and I am doing it online so there is not much
help

I
can get other than online.. I already have the table done..but I can

retype
it if necessary but I just need to change the date format for that
table

to
be "short date". Thanks






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Importing CSV into Access - Losing Date Format [email protected] General Discussion 3 October 8th, 2005 10:15 AM
Access to Word Mail Merge Date Format Issue ! RNUSZ@OKDPS Setting Up & Running Reports 0 May 19th, 2005 02:52 PM
2002 vs 2003 Patrick Stubbin General Discussion 2 May 17th, 2005 07:27 AM
Change date format in several worksheets Steven Shouse New Users 2 October 31st, 2004 11:58 PM
when import EXCEL to ACCESS, the date format excel column title changed... Amolin General Discussion 6 June 25th, 2004 08:56 AM


All times are GMT +1. The time now is 05:31 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.