I have a problem and I hope someonecan help me out. I am trying to calculate Month to Date information in my database.
I have created a table that collects application information on a daily basis. I want to be able to calculate the # of applications Month-to-Date. I am not sure how to write a query that is looking to select rows where the date only contains the month that is equeal to the month of the current date. I believe that is the logic but I am just not sure how to write the query.
Any help would be greatly appreciated.
Thanks.
I have created a table that collects application information on a daily basis. I want to be able to calculate the # of applications Month-to-Date. I am not sure how to write a query that is looking to select rows where the date only contains the month that is equeal to the month of the current date. I believe that is the logic but I am just not sure how to write the query.
Any help would be greatly appreciated.
Thanks.