angst
08-18-2005, 12:22 AM
Hi,
I'm tring to do what i thought would be a simple task,
just check mysql data base to see if any records are new for today,
code:
If (day(rs2("date_added"))) = (day(date())) Then
both values = 17, so i'm not sure what the problem is.
but the statement seems to think everything in the list being pulled it new. and there should only be about two new items, i checked the table to be sure..
any ideas?
thanks in advance for your time!
-Ken
I'm tring to do what i thought would be a simple task,
just check mysql data base to see if any records are new for today,
code:
If (day(rs2("date_added"))) = (day(date())) Then
both values = 17, so i'm not sure what the problem is.
but the statement seems to think everything in the list being pulled it new. and there should only be about two new items, i checked the table to be sure..
any ideas?
thanks in advance for your time!
-Ken