Here is what I am trying to do:
I want to count the number of Type 'A' and Type 'B' orders I have made per month and display it on a form.
I know I can easily make a query to calculate each individual month and display the results of that query in a form. But I would like to include multiple months on a single form which makes me think that it would be best to do this in VB and throw all type 'A' and 'B' orders into one query with the date field included. The VB would search this query and display the results in the text boxes as I program them for each individual month.
I'm not the greatest programmer but I know the basics. If someone could provide me with some sample code for displaying a count of each order, based on a query, for a month in a text box. Or if I'm going about this the wrong way then any other suggestions would be much appreciated.
I want to count the number of Type 'A' and Type 'B' orders I have made per month and display it on a form.
I know I can easily make a query to calculate each individual month and display the results of that query in a form. But I would like to include multiple months on a single form which makes me think that it would be best to do this in VB and throw all type 'A' and 'B' orders into one query with the date field included. The VB would search this query and display the results in the text boxes as I program them for each individual month.
I'm not the greatest programmer but I know the basics. If someone could provide me with some sample code for displaying a count of each order, based on a query, for a month in a text box. Or if I'm going about this the wrong way then any other suggestions would be much appreciated.