473,385 Members | 1,429 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Regional settings - prevent changes

Hello,

Is there a way in which users can be prevented from making changes to
regional settings in Win XP Professional edition so that the
interpretation of dates by an Access application remains consistent for
all users?

Thanks

Isaac

Nov 13 '05 #1
2 2399
previously wrote:
*From:* is********@yahoo.com
*Date:* 9 Dec 2004 00:52:41 -0800

Hello,

Is there a way in which users can be prevented from making changes to
regional settings in Win XP Professional edition so that the
interpretation of dates by an Access application remains consistent for
all users?

Thanks

Isaac

This should not be necessary. (And in any case, why would users be
changing their regional settings?)
If the date is manually entered correctly according the user's local
settings then it will be displayed correctly on any other user's machine.
Always format date entry fields on forms with month names (medium or long
date) so that visual confirmation of the entry is simple.

The issue with dates arises in VBA and SQL where it is necessary to force
dates into an unambiguous format for code-based data entry (for example
in SQL queries), otherwise they will be assumed to be in mm-dd-yy format,
if this produces a valid date.
You can do this by always formatting the date as yyyy-mm-dd for entry as
this will never be misinterpreted.

Peter Russell
Nov 13 '05 #2
You can get consistent result without having to tie your users into
straightjackets. It's just a matter of understanding how Access interprets
dates.

For a discussion about the 3 cases where Access can misunderstand your
dates, see:
International Date Formats in Access
at:
http://members.iinet.net.au/~allenbrowne/ser-36.html
The article comes out of 12 years experience using Access in a country that
has a different date format than the US.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

<is********@yahoo.com> wrote in message
news:11*********************@z14g2000cwz.googlegro ups.com...

Is there a way in which users can be prevented from making changes to
regional settings in Win XP Professional edition so that the
interpretation of dates by an Access application remains consistent for
all users?

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Stefan Ljungstedt | last post by:
Hello I´ve ran into trouble after a server upgrade. Win server 2003, IIS ver. 6. All regional settings on the server is swedish(that´s what i want) and it looks correct in all ways but when...
1
by: nerman | last post by:
Hello I have a problem with the regional settings. I have set the regional settings of the web server to display the numbers in this format 123.456,78 But when I open my web site all number are...
3
by: JohnK | last post by:
doing some research on regional settings, .Net & DB I put my machine in Germany(Germany) thus the decimal char = "," the seperator char = "." so I set up the database for a test in .Net I'm...
4
by: Jonathan | last post by:
Dear All, I am trying to set a webserver to use French regional settings for testing ASP pages. According to http://support.microsoft.com/kb/q306044, for IIS5, this is a matter of changing...
2
by: Bob Dydd | last post by:
Hi Everbody Question Changing the regional settings ie. from UK to US AUS etc, Access retains the original currency format that the application was created in. So if an mdb that is written...
1
by: John | last post by:
Hi, The following behavior when using J# vs. C# is really bothering me. When I have the regional settings on my workstation set to a non-US settings (eg: Danish); it seems that J# disregards...
8
by: ORC | last post by:
How is the best way (the standard way) to handle changes in regional settings in XML? If a XML file is generated with the dot as the decimal symbol (like in US) and a user changes to use a comma...
12
by: magister | last post by:
Hello, I know I can set the Culture to what I want, but shouldn't the current culture be taken from the regional settings on the web server's control panel!!! Mine is set to "united kingdom"...
6
by: Janette | last post by:
Hi, I have done a lot of reading before doing this posting, but I just can't find a solution that makes sense. eg http://support.microsoft.com/default.aspx/kb/306044 - Behavior of Date/Time...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.