S
setabery
I have a table with seven fields, including an autonumber field as the
primary key, a date field, and a time field. The date field is
formatted as short date. The date field is the field that is giving
me problems.
My problem, I want to count the number of records that have the same
date. I designed a select query to count the number of records with
each date. The problem is that each record, even though they have the
same date, appears as a discreet record because the date field
includes not only the date that is entered but also inserts the time
that the record is entered. When you look at the data in table view,
the only data in the date field is the date that was entered.
However, when the mouse pointer is hovered in the date field and
clicked, the date that is entered along with the time of entry
displays.
How can I get this table to only store the date that is entered?
primary key, a date field, and a time field. The date field is
formatted as short date. The date field is the field that is giving
me problems.
My problem, I want to count the number of records that have the same
date. I designed a select query to count the number of records with
each date. The problem is that each record, even though they have the
same date, appears as a discreet record because the date field
includes not only the date that is entered but also inserts the time
that the record is entered. When you look at the data in table view,
the only data in the date field is the date that was entered.
However, when the mouse pointer is hovered in the date field and
clicked, the date that is entered along with the time of entry
displays.
How can I get this table to only store the date that is entered?