E
Eugene
Hi all
Thanks for my previous reply about date parameters, but I still have
the following problem.
I have a time/date field in a table. The data in this field is shown
as: 30/04/02 02:56:25 PM. When I want to do a query I normally use a
parameter for the date field eg. >=[Start date] and < [end date}.
When the query runs, I get info based on the dates that I enter (I
only enter dates eg. 12/08/2003).
On this newsgroup I got the following formula that I put in the
criteria field for the date: =IIF(Weekday(Date())=2,
DateAdd("d",-3,Date()),DateAdd("d",-1,Date())). This formula produces
no result for the query.
Anyone know why this could be?
Thanks
Eugene
Thanks for my previous reply about date parameters, but I still have
the following problem.
I have a time/date field in a table. The data in this field is shown
as: 30/04/02 02:56:25 PM. When I want to do a query I normally use a
parameter for the date field eg. >=[Start date] and < [end date}.
When the query runs, I get info based on the dates that I enter (I
only enter dates eg. 12/08/2003).
On this newsgroup I got the following formula that I put in the
criteria field for the date: =IIF(Weekday(Date())=2,
DateAdd("d",-3,Date()),DateAdd("d",-1,Date())). This formula produces
no result for the query.
Anyone know why this could be?
Thanks
Eugene