Hi,
I have a report which uses the query DateDec, this query uses the following criteria: It uses the field: DATEDECISS (decision date) which pulls data from a form ChooseDates. (Period starting from to end of period).
So if I try and count the Applications validated during the specified time period, it only counts the ones that are valid and have a decision date.
So now my question is how do I pull through in the report data from another query (DateAppVal)?
this is the formula I use in the report:
=Count(IIf(DateAppVal!DATEAPVAL between Forms!ChooseDates.StartDate And Forms!ChooseDates.EndDate,0))
It then asks me for a parameter value (so it is not using the dates provided) if I put a date in the value is 0 and if I put no input and just press enter in the value is 0.
The number the query (DateApVal)generates is 129, this is the number needed...
Is my formula incorrect?
Any help would be really greatly appreciated![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
Kind regards
Triacona
I have a report which uses the query DateDec, this query uses the following criteria: It uses the field: DATEDECISS (decision date) which pulls data from a form ChooseDates. (Period starting from to end of period).
So if I try and count the Applications validated during the specified time period, it only counts the ones that are valid and have a decision date.
So now my question is how do I pull through in the report data from another query (DateAppVal)?
this is the formula I use in the report:
=Count(IIf(DateAppVal!DATEAPVAL between Forms!ChooseDates.StartDate And Forms!ChooseDates.EndDate,0))
It then asks me for a parameter value (so it is not using the dates provided) if I put a date in the value is 0 and if I put no input and just press enter in the value is 0.
The number the query (DateApVal)generates is 129, this is the number needed...
Is my formula incorrect?
Any help would be really greatly appreciated
![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
Kind regards
Triacona