CanadianAccessUser
Registered User.
- Local time
- Today, 10:29
- Joined
- Feb 7, 2014
- Messages
- 114
Hi,
I'm trying to use the filter in the properties section on my report instead of multiple queries in an attempt to spead my database up.
I can reference the query I'm using no problem so most of my reports are working fine.
The problem:
One report in particular contains sums and averages which are causing another query level.
1. tblTelephony - Contains date specific info
2. qryTelephony - Contains date specific info
3. qryScorecard - Contains Sums and averages of qryTelephony
In my filter I need to reference the dates in tblTelephony or qryTelephony in order to filter out the dates outside of my date range but the filter can't find either of them.
The question:
Am I limited to the information in qryScorecard? or should I be able to reference the table or subquery?
Thanks,
Canadian
I'm trying to use the filter in the properties section on my report instead of multiple queries in an attempt to spead my database up.
I can reference the query I'm using no problem so most of my reports are working fine.
The problem:
One report in particular contains sums and averages which are causing another query level.
1. tblTelephony - Contains date specific info
2. qryTelephony - Contains date specific info
3. qryScorecard - Contains Sums and averages of qryTelephony
In my filter I need to reference the dates in tblTelephony or qryTelephony in order to filter out the dates outside of my date range but the filter can't find either of them.
The question:
Am I limited to the information in qryScorecard? or should I be able to reference the table or subquery?
Thanks,
Canadian