P
Paul Gross
First, let me say, I feel like an idiot.
The simple background: I'm using Access to create a
SIMPLE database to track my newborn's feeding (bottle fed)
intake, diapers, etc. I mean this is SIMPLE. Each entry
is an Event with a date (medium). I'm trying to due a
calculated field total intake to have on a form for
running total. I would expect that it would be as simple
as:
Field: Intake: sum([Amount])
Criteria:
[Event] = "feeding" and Date=Date()
but it doesn't work. It is clearly the Date=Date() that
makes the query return with no records because if I
decompose it, to exclude date, I get the right
calculations.
I've simplified my query to just try to return records
with today's date to debug this and just can't get it to
work! It works with Date<Date() or Date>Date()+1 but not
the expression equivalent of TODAY.
Please, enlighten me on what I'm missing. I would hate to
return to Excel for what is clearly an Access problem.
Paul
The simple background: I'm using Access to create a
SIMPLE database to track my newborn's feeding (bottle fed)
intake, diapers, etc. I mean this is SIMPLE. Each entry
is an Event with a date (medium). I'm trying to due a
calculated field total intake to have on a form for
running total. I would expect that it would be as simple
as:
Field: Intake: sum([Amount])
Criteria:
[Event] = "feeding" and Date=Date()
but it doesn't work. It is clearly the Date=Date() that
makes the query return with no records because if I
decompose it, to exclude date, I get the right
calculations.
I've simplified my query to just try to return records
with today's date to debug this and just can't get it to
work! It works with Date<Date() or Date>Date()+1 but not
the expression equivalent of TODAY.
Please, enlighten me on what I'm missing. I would hate to
return to Excel for what is clearly an Access problem.
Paul