That was a huge help. I did have to make a change in the statement though. With the one above I got the rowset error so I changed it to :
where d.date_picked[1,8] = '{?date}'
and it worked perfectly. Thanks for all the help. One more thing I am hoping you can help me with is I am doing some counts and I have a fomula where if a number is between two numbers it is rounded like:
I then need to count all of the 15's and 30"s and show the total of each in the header or footer. I can do a Running total and count for each and it counts in the detail section but if i put it in the footer or header it shows 0.
Thanks KevV