I'm at a loss as to what to do next, and would dearly appreciate some assistance.
My database captures client details, and I have to provide a demographic breakdown. Now the nature of the demographics changes depending upon whom I need to report to, so it's done via a query using SQL and a UDF (basically, it breaks people down into male/female and age brackets).
The codes are determined fine, I'm happy with the query and everything else. When it comes to the report, I wanted to really control the display so I've manually built a 'display case', a classic grid which I want the data to display in.
Example:
...........<25....25-39....40-45.... Total
Male
Female
Now the details are being counted correctly, I have a query which already holds the values that need to be placed in the above grid. The query is called DC Count (grouping together all clients of the same code).
I'm assuming I make unbound boxes, and use SQL to extract the info from the query to the report.
How do I do that?
My database captures client details, and I have to provide a demographic breakdown. Now the nature of the demographics changes depending upon whom I need to report to, so it's done via a query using SQL and a UDF (basically, it breaks people down into male/female and age brackets).
The codes are determined fine, I'm happy with the query and everything else. When it comes to the report, I wanted to really control the display so I've manually built a 'display case', a classic grid which I want the data to display in.
Example:
...........<25....25-39....40-45.... Total
Male
Female
Now the details are being counted correctly, I have a query which already holds the values that need to be placed in the above grid. The query is called DC Count (grouping together all clients of the same code).
I'm assuming I make unbound boxes, and use SQL to extract the info from the query to the report.
How do I do that?