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 » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Query records late to me



 
 
Thread Tools Display Modes
  #1  
Old December 25th, 2009, 03:07 PM posted to microsoft.public.access.queries
AL Rios
external usenet poster
 
Posts: 13
Default Query records late to me

I need urgent help..

I have two fields in my query. They are :
-Duecor (date field)
-Recdate (date field)

I need to know when the records were sent late. In the query I wrote

In the Recdate critireia I inserted the following:

[Duecor]


and I get those records but I do not the get records that have a Recdate
when it is null and the Duecor date has past.

Please help

Thank you
  #2  
Old December 25th, 2009, 06:15 PM posted to microsoft.public.access.queries
Marshall Barton
external usenet poster
 
Posts: 5,361
Default Query records late to me

AL Rios wrote:
I have two fields in my query. They are :
-Duecor (date field)
-Recdate (date field)

I need to know when the records were sent late. In the query I wrote

In the Recdate critireia I inserted the following:

[Duecor]


and I get those records but I do not the get records that have a Recdate
when it is null and the Duecor date has past.



Try using:

Duecor OR (Is Null And Duecor Date())

--
Marsh
MVP [MS Access]
  #3  
Old December 26th, 2009, 02:28 AM posted to microsoft.public.access.queries
AL Rios
external usenet poster
 
Posts: 13
Default Query records late to me



"Marshall Barton" wrote:

AL Rios wrote:
I have two fields in my query. They are :
-Duecor (date field)
-Recdate (date field)

I need to know when the records were sent late. In the query I wrote

In the Recdate critireia I inserted the following:

[Duecor]


and I get those records but I do not the get records that have a Recdate
when it is null and the Duecor date has past.



Try using:

Duecor OR (Is Null And Duecor Date())

--
Marsh
MVP [MS Access]
.


Thank You. Works Great

 




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 04:45 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.