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 » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Medium Date format and calendar in Access 2007



 
 
Thread Tools Display Modes
  #1  
Old March 23rd, 2010, 04:54 AM posted to microsoft.public.access.forms
forest8
external usenet poster
 
Posts: 196
Default Medium Date format and calendar in Access 2007

Hi there

Due to complaints from users, I will have to use medium date format for
dates instead of Short Date in my forms. The Tables are in the short date
format. So the data tables are Short Date and the Forms are Medium Date.

When I changed the format of dates from Short date to medium date in my
form, the calendar is no longer available for me to select dates.

Essentially the users want to use the calendar to select the date but on the
form they want to see the format as dd-mmm-yyyy.

The users do not want to change their computer settings to the dd-mmm-yyyy
and would rather have access 2007 to do it instead.

Thank you in advance for your help.
  #2  
Old March 23rd, 2010, 05:11 AM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Medium Date format and calendar in Access 2007

On Mon, 22 Mar 2010 21:54:01 -0700, forest8
wrote:

Hi there

Due to complaints from users, I will have to use medium date format for
dates instead of Short Date in my forms. The Tables are in the short date
format. So the data tables are Short Date and the Forms are Medium Date.


You're misunderstanding how dates are stored. The format is NOTHING but a
display property. The date is actually stored as a Double Float number, a
count of days and fractions of a day since midnight, December 30, 1899. No
format is stored in the table.

When I changed the format of dates from Short date to medium date in my
form, the calendar is no longer available for me to select dates.


Something else changed then.

Essentially the users want to use the calendar to select the date but on the
form they want to see the format as dd-mmm-yyyy.

The users do not want to change their computer settings to the dd-mmm-yyyy
and would rather have access 2007 to do it instead.


Setting the Format property of a textbox bound to a date/time field to

"dd-mmm-yyyy"

should give you what you want.
--

John W. Vinson [MVP]
 




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


All times are GMT +1. The time now is 12:38 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.