J
Jen G
I am doing a very simple query where I need to count by date..the problem is
that the date field is being brought into the table with a time stamp.
Therefore, I cannot group by date, since it is recognizing each record as a
different "date". Example is when I have 3 records on 7/8/2008, but all three
have different time stamps. It is not allowing me to group into one date.
I do not control how the data is coming into the table. Please let me know
how to get around this in a query. I have been dumping the data into excel,
using the mid() formula to get the date only, then doing mid () again because
the date is not coming in rounded, then I am able to group by the date
only....but this is totally tedious.
that the date field is being brought into the table with a time stamp.
Therefore, I cannot group by date, since it is recognizing each record as a
different "date". Example is when I have 3 records on 7/8/2008, but all three
have different time stamps. It is not allowing me to group into one date.
I do not control how the data is coming into the table. Please let me know
how to get around this in a query. I have been dumping the data into excel,
using the mid() formula to get the date only, then doing mid () again because
the date is not coming in rounded, then I am able to group by the date
only....but this is totally tedious.