Hi
I am relatively new to access and can do stuff to an intermediate level.
I need to put months and year into a combo box based on the dates in a database.
In one column I have the dates which can be anything over the last couple of years.
What I want to do is allow the user to select a month in the drop down box to act as a parameter in a query to run a report.
Selecting the date and putting it into a query is easy, I can also format the date to show only the month and year i.e August 2011.
Doing this gives me loads of entries including many duplicates - all I want is one entry for each month and year represented in the db adding to the combo box.
Does anyone have any idea how to do this???
This is an extract of my data:
01/10/2011 October 2011
25/10/2011 October 2011
06/11/2011 November 2011 etc etc
Any help would be great.
Thanks
Carl
I am relatively new to access and can do stuff to an intermediate level.
I need to put months and year into a combo box based on the dates in a database.
In one column I have the dates which can be anything over the last couple of years.
What I want to do is allow the user to select a month in the drop down box to act as a parameter in a query to run a report.
Selecting the date and putting it into a query is easy, I can also format the date to show only the month and year i.e August 2011.
Doing this gives me loads of entries including many duplicates - all I want is one entry for each month and year represented in the db adding to the combo box.
Does anyone have any idea how to do this???
This is an extract of my data:
01/10/2011 October 2011
25/10/2011 October 2011
06/11/2011 November 2011 etc etc
Any help would be great.
Thanks
Carl