473,654 Members | 3,253 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

date problem in access

hi friends,

i am really surprized the way access behaves in date fields i mean
it's all ok when you have us time zone or us servers but if you have
diffrent timezone like uk then access creates so many problems ....

first of all i try access with uk settings in date/time in field but
access changes date after 09/11 to 11/09 i don't know why so i decided
to take it as text field steel it is creating problems

i have date field in my database

and when user selects two dates i need to find all the date between
those two dates.

currently i have assign text datatype for date field i am storing dates
in this field like

formatdatetime( date(),vbshortd ate)

my server is uk based and here is it's date format:: dd-mm-yyyy

now when user searches two dates like 25/06/2006 and 10/09/2006 then
i am writing query like

start_date = formatdatetime( "25/06/2006",vbshortda te)
end_date = formatdatetime( "10/09/2006",vbshortda te)

"SELECT * FROM table WHERE datefield BETWEEN #"&start_date&" # AND
$"&end_date& ""

but access is not searching and after searching diffrent dates i found
sometimes access searches month as day ,

so i change the date field's datatype in database but then when i try
it steel not run
i believe here lots of people experience and some may have feel this
problem plz tell me solution of problem or atleast give me hint of how
to do it.

thanx in advance

Nov 11 '06 #1
2 5159
See if this link helps: http://www.mvps.org/access/datetime/date0005.htm

hardik wrote:
>hi friends,

i am really surprized the way access behaves in date fields i mean
it's all ok when you have us time zone or us servers but if you have
diffrent timezone like uk then access creates so many problems ....

first of all i try access with uk settings in date/time in field but
access changes date after 09/11 to 11/09 i don't know why so i decided
to take it as text field steel it is creating problems

i have date field in my database

and when user selects two dates i need to find all the date between
those two dates.

currently i have assign text datatype for date field i am storing dates
in this field like

formatdatetime (date(),vbshort date)

my server is uk based and here is it's date format:: dd-mm-yyyy

now when user searches two dates like 25/06/2006 and 10/09/2006 then
i am writing query like

start_date = formatdatetime( "25/06/2006",vbshortda te)
end_date = formatdatetime( "10/09/2006",vbshortda te)

"SELECT * FROM table WHERE datefield BETWEEN #"&start_date&" # AND
$"&end_date& ""

but access is not searching and after searching diffrent dates i found
sometimes access searches month as day ,

so i change the date field's datatype in database but then when i try
it steel not run

i believe here lots of people experience and some may have feel this
problem plz tell me solution of problem or atleast give me hint of how
to do it.

thanx in advance
--
HTH - RuralGuy (RG for short) acXP WinXP Pro
Please post back to this forum so all may benefit.

Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200611/1

Nov 11 '06 #2
hardik wrote:
hi friends,

i am really surprized the way access behaves in date fields i mean
it's all ok when you have us time zone or us servers but if you have
diffrent timezone like uk then access creates so many problems ....

first of all i try access with uk settings in date/time in field but
access changes date after 09/11 to 11/09 i don't know why so i decided
to take it as text field steel it is creating problems

i have date field in my database

and when user selects two dates i need to find all the date between
those two dates.

currently i have assign text datatype for date field i am storing
dates in this field like

formatdatetime( date(),vbshortd ate)

my server is uk based and here is it's date format:: dd-mm-yyyy

now when user searches two dates like 25/06/2006 and 10/09/2006 then
i am writing query like

start_date = formatdatetime( "25/06/2006",vbshortda te)
end_date = formatdatetime( "10/09/2006",vbshortda te)

"SELECT * FROM table WHERE datefield BETWEEN #"&start_date&" # AND
$"&end_date& ""

but access is not searching and after searching diffrent dates i found
sometimes access searches month as day ,

so i change the date field's datatype in database but then when i try
it steel not run
i believe here lots of people experience and some may have feel this
problem plz tell me solution of problem or atleast give me hint of how
to do it.

thanx in advance
Date literals in Access MUST be either US format or a non-ambiguous format (ISO
or where the month uses alpha characters).
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Nov 11 '06 #3

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

Similar topics

8
1396
by: xzzy | last post by:
http://netscan.research.microsoft.com/ReportCard.asp?timespan=y&searchfor=comp.databases.ms-access&searchdate=11%2F30%2F2003 interesting that the number of posts per day drops across the year, and overall the stats have dropped from 2002 to 2003 John Bickmore www.BicycleCam.com www.Feed-Zone.com
4
2537
by: JMCN | last post by:
object invalid or no longer set - confusion of the recordset in access 2003. i am currently converting from access 97 to access 2003. majority of the codes converted over perfectly fine, though my recordset did not. i read from pasts posts that some references will not convert. so i tried to change the dao 3.51 reference to dao 3.6 in access 97. then i imported all of the objects into an access 2003. it did not work. so my second...
12
6365
by: Steve Elliott | last post by:
I have a query set up to gather together data between two specified dates. Shown in the query column as: Between #24/09/2004# And #01/10/2004# Is it possible to enter several different date ranges, ie between 24/09/2004 and 01/10/2004 together with 05/10/2004 and 07/10/2004 ? If I enter the "Between" criteria on different lines it returns no data.
2
6330
by: zMisc | last post by:
I got a table with the following fields: BirthDay (Date) Reminder (Short integer) I need to select all records where BirthDay - Reminder <= Today to display a reminder. In Access and MS SQL, I can do this:
0
1237
by: delso_it | last post by:
Hi ...can u help me how to creat a expiretion date access program like demo program...will be expire after 15days or 3days...:)
4
2301
by: peterson | last post by:
We are trying to enter birthdays in a 00/00 date format, and it does not accept 2/29 or 02/29 as a legal date. Any work arounds for this? Thank you, Amy Peterson, MMI
14
16880
by: pdavis06 | last post by:
I know that there is a thread about this, but I was unable to add to it; I just joined. The problem is that I do not want to change the date format for the entire database output, merely for a header on a report and for a field on that report. I thought that I could just go into the expression builder and paste one of the codes that were posted in the thread about this conversion-you'll know that did not work. So, I went to the new...
1
2798
by: amanda27 | last post by:
Right now I have a formula in the criteria of a query that tells it to pull data (from a datetime stamp field) with the date that is less than or equal to this Friday's date but I need it to not pull fields that are less than the previous Sunday's date. Here is what I have: <=DateAdd("d",6-Weekday(Date()),Date()) And >DateAdd("d",1-Weekday(Date()),Date()) The front part works for this coming Friday, but not for the Sunday part. Can anyone...
1
3593
by: Connell | last post by:
Are there new guidelines for using Query by Form in Access 2007? I have not been able to construct such a QBF using the techniques that worked in prior versions. For example it won't accept date fields provided by my QBF_Form (an unbound form using an unbound text box.) When I execute the code to open a report whose query uses a criteria such as "Between Form!! And Form!!, Access doesn't appear to look to the QBF form for the criteria, but...
3
3091
by: bknabl | last post by:
I tried setting up a new combo box to have todays date as a user choice by setting its property to a value list. Then for the row source it set it to =Date(). Access will not show what the expression equals but only the expresion formula itself. What am I doing wrong here? Thanks in advance!
0
8379
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8816
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8494
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8596
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7309
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5627
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1597
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.