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  dBforums > Data Access, Manipulation & Batch Languages > ASP > DateAdd

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-01-06, 17:18
Digitalmedia5 Digitalmedia5 is offline
Registered User
 
Join Date: Sep 2006
Posts: 2
DateAdd

i am using dreamweaver to design an asp vbscript application using an access database.

in my database i have a field with a date that each record is added
how can i build a recordset so that i can see all of the records added yesterday?

i have tried using
SELECT *
FROM Contacts
WHERE C_Added = DateAdd("d",-1,Date())

but that doesn't work, i just keep getting errors.

Any Ideas???
Reply With Quote
  #2 (permalink)  
Old 12-07-06, 12:25
jzelos jzelos is offline
Registered User
 
Join Date: Dec 2006
Location: UK
Posts: 6
DateDiff("d",Date(),C_Added)=1

Should give True if 1 day difference.

J
Reply With Quote
  #3 (permalink)  
Old 12-07-06, 13:36
myle myle is offline
(Making Your Life Easy)
 
Join Date: Feb 2004
Location: New Zealand
Posts: 1,143
USA DATE format could be your problem
__________________
hope this help

See clear as mud


StePhan McKillen
the aim is store once, not store multiple times
Remember... Optimize 'til you die!
Progaming environment:
Access based on my own environment: DAO3.6/A97/A2000/A2003
VB based on my own environment: vb6 sp5
ASP based on my own environment: 5.6
VB-NET based on my own environment started 2007
SQL-2005 based on my own environment started 2008
MYLE
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On