473,466 Members | 1,395 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Date Query

jimleon
74 New Member
I have a query that selects all records between 2 dates. The follow up date field is stored in text format. I keep receiving a"This expression is typed incorrectly, or it is too complex to be evaluated"

The offending line is shown thus.

WHERE ((CDate([follow_up_date])) Between [Start Date] And [End Date]))

Now the weird thing is it worked last week.... I am confused...
Jun 25 '07 #1
3 983
Avellano
7 New Member
I have a query that selects all records between 2 dates. The follow up date field is stored in text format. I keep receiving a"This expression is typed incorrectly, or it is too complex to be evaluated"

The offending line is shown thus.

WHERE ((CDate([follow_up_date])) Between [Start Date] And [End Date]))

Now the weird thing is it worked last week.... I am confused...
I can only assume you have some garbage in one or more records in the follow_up_date field.

Why not change that field to date format and apply an input mask

Regards

Avellano
Jun 25 '07 #2
jimleon
74 New Member
Yes but the follow up date field is delibrately in text format for a good reason. I run another query on the same field where i compare it to todays date and that works so i'm sure the data is ok. And as I said it did work last week!!!

I can only assume you have some garbage in one or more records in the follow_up_date field.

Why not change that field to date format and apply an input mask

Regards

Avellano
Jun 25 '07 #3
MMcCarthy
14,534 Recognized Expert Moderator MVP
There can be issues with date formats. Impose a format (American or European, whichever you use.

Expand|Select|Wrap|Line Numbers
  1. WHERE (CDate(Format([follow_up_date], "mm/dd/yyyy")) Between [Start Date] And [End Date]))
See if that works, if not try format after CDate and see if that works.
Jun 28 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Russell | last post by:
I'm having a fit with a query for a range of dates. The dates are being returned from a view. The table/field that they are being selected from stores them as varchar and that same field also...
2
by: BlackFireNova | last post by:
I have an Access 2003 mdb which contains software records. I need to sort on a particular type of software, and then identify and count how many copies there are per each group of that type...
10
by: Kenneth | last post by:
I have a Query that consist of a lot of different sales data, and one of the colums are different date. The date goes from 1jan2003 til 31jan2003. in this Query I only want the salesdata for...
7
by: Nicolae Fieraru | last post by:
Hi All, I have a table tblProducts where I have four fields:\ Index, ProductName, EnterDate (as Date/Time - Medium Date), PurchaseDate (Date/Time - Medium Date) The EnterDate is automatically...
4
by: Peter Bailey | last post by:
I have a vba string taht dynamically creates the query which has two dates in it that it grabs off an open form as a string from the textbox. What I generate in vba is: SELECT DOSMBK.Date,...
12
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...
3
by: manning_news | last post by:
Using A2K. I've been asked to modify a report currently requiring only one date parameter to now accept a date range. The main report has 2 subreports and is not bound to a table or query. The...
11
by: Dixie | last post by:
How can I programatically, take some Date/Time fields present in a table in the current database and change their type to text? dixie
10
by: Daniel | last post by:
In Microsoft Access I can write a query that includes the criteria: Between Date()-7 And Date() to retrieve the records from a table that fall within the last week. I'm trying to write a...
2
by: sixdeuce62 | last post by:
Hello, I am trying to create a query that will prompt me to enter the parameter value if beginning date and ending date. I have created everything I need in the query, but I have to manually go...
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...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
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...
0
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...
0
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...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.