Aug 21, 2007 #1 cranebill IS-IT--Management Jan 4, 2002 1,113 US trying to get data from last week. this is what I have in my where clause: where Format([update_date],"ww") = Format([now()],"ww") - 1; it is erroring on now(), any idea how to use now in criteria?
trying to get data from last week. this is what I have in my where clause: where Format([update_date],"ww") = Format([now()],"ww") - 1; it is erroring on now(), any idea how to use now in criteria?
Aug 21, 2007 1 #2 straybullet IS-IT--Management Jun 5, 2003 593 US Perhaps try Date() rather than Now() - without the brackets. Let them hate - so long as they fear... Lucius Accius Upvote 0 Downvote
Perhaps try Date() rather than Now() - without the brackets. Let them hate - so long as they fear... Lucius Accius
Aug 21, 2007 Thread starter #3 cranebill IS-IT--Management Jan 4, 2002 1,113 US I stripped the brackets off of Now() and it works... thanks. Upvote 0 Downvote