sorting by date

G

Guest

I have a report that has a customer number, a date and the product type and
then the number of items. I am sorting by customer number, then date, then
product. The sort is working for customer number and product but not the
date. I have the sort set to ascending, with no group header or footer, I
group on each value with a group interval of 1. Any ideas why this sort
isn't working?
 
R

Rick B

What does "not working" mean?

Is the field actually a date/time field in the table?

What exactly is entered in your grouping and sorting box in the report
design?
 
M

Marshall Barton

bill said:
I have a report that has a customer number, a date and the product type and
then the number of items. I am sorting by customer number, then date, then
product. The sort is working for customer number and product but not the
date. I have the sort set to ascending, with no group header or footer, I
group on each value with a group interval of 1. Any ideas why this sort
isn't working?


Sounds like your date field is a Text field. Try seting the
sort to =CDate(datefield)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top