T
tye
Hi,
I need to get the sales for a whole week from my database,
but the date is in this format 20040806110632, so its got
the date backwards also after the date its got the time of
the sale.
What i want the query to do is,
Enter the date i want e'g 20040802 (Start date)to 20040806
(End Date) so it list all the sales per agent.
At the moment we can pull up Sales for one day only.
The query that is set it this.
Field
ate: Left([TransactionID],8)
Total:Group by
Criteria: Like([Enter Date - YYYYMMDD] & "*")
Thanks
tye
I need to get the sales for a whole week from my database,
but the date is in this format 20040806110632, so its got
the date backwards also after the date its got the time of
the sale.
What i want the query to do is,
Enter the date i want e'g 20040802 (Start date)to 20040806
(End Date) so it list all the sales per agent.
At the moment we can pull up Sales for one day only.
The query that is set it this.
Field

Total:Group by
Criteria: Like([Enter Date - YYYYMMDD] & "*")
Thanks
tye