Sir after what you guided me, I have designed as per your guidelines a single query to count age and issues in the month and get zero for null values.Why no JOIN clauses? Without any output is a Cartesian association of records. Each record of every table will associate with each record of other tables. With 5 tables, this could result in a massive dataset that performs very slowly. Why are these counts not all in one query? Provide sample raw data. If you want to provide db for analysis, follow instructions at bottom of my post.
Sir now I am trying to get a progressive yearly number for the certain fields in query like progressive advanced age and progressive total customers, where the last month or months total is shown with the current months total.
Sir, and how to start renumbering from a certain date on monthly and yearly level in a append query. so for every year from example 1st April to 31st March we get a new serial number and similarly on monthly ground from 1st date of every month
Sir attaching a zipped copy of my sampleDb