barrymungall1
New member
- Local time
- Today, 06:38
- Joined
- Sep 8, 2014
- Messages
- 4
Hi,
I have a simple table with various values, one of which is a date/time stamp.
I have a query, that references data from this table. My query Sum's a total dollar value of a field, and also counts the # of unique entries where a particular criteria is met (just a true/false criteria).
This works, and populates appropriately. Next, I am trying to add a date picker so to speak. I drag my query into my report, and still works, except no matter what I try to do to make a simple way in my report to get these values IF between certain dates...I just can't figure it out. Any ideas?
I've tried in this same query: Between [Table1].[ReportStartDate] and [Table1].[ReportEndDate] and selecting 'Where' as the total function. Obviously I made a 'Table1' with two fields named as such, with the value I'd like.
I'm probably going about this all wrong. I'm a super-amateur!
I have a simple table with various values, one of which is a date/time stamp.
I have a query, that references data from this table. My query Sum's a total dollar value of a field, and also counts the # of unique entries where a particular criteria is met (just a true/false criteria).
This works, and populates appropriately. Next, I am trying to add a date picker so to speak. I drag my query into my report, and still works, except no matter what I try to do to make a simple way in my report to get these values IF between certain dates...I just can't figure it out. Any ideas?
I've tried in this same query: Between [Table1].[ReportStartDate] and [Table1].[ReportEndDate] and selecting 'Where' as the total function. Obviously I made a 'Table1' with two fields named as such, with the value I'd like.
I'm probably going about this all wrong. I'm a super-amateur!