I have a query regarding getting only partial data in a query
SELECT [Application Title and Key].[Application Assigned Number], IIf(IsNull([Suspension total days per assessment].[No of days assessment suspended]),0,[Suspension total days per assessment].[No of days assessment suspended]) AS...
I need to break down data such that it performs a count of one field but based on a date field
I have a table with Fields
ID (this is the primary key)
Assessment_Assigned_Number
Assessment_Type
Date_of_Application
Funding_Type
Etc
I need a report which says
Etc
Date range Assessment type 1...
I have multiple cross tab queries for all of which the output results are defined by a date range. That is the cross tab recalculates based on the date range.
I am trying to generate one / or many reports and put the dates in through a form. So far I have the query structure working fine eg...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.