Hello everyone
I am wanting to pull out only the month part from a date field, 11/10/2005.
In the query I have made an expression to pull the month, eg 10 for October.
I need to convert this number of the month to the Title of the Month.
I made a combo box on the report based on the Expression and in the row source put
1,"January", 2,"February",3, "March", 4,"Apri", 5,"May", 6,"June", 7,"July", 8,"August", 9, "September", 10, "October", 11, "November", 12, "December"
Unfortunately it still comes out with the number of the month.
Can anyone tell me please where I am going wrong.
Thank You in advance.
I am wanting to pull out only the month part from a date field, 11/10/2005.
In the query I have made an expression to pull the month, eg 10 for October.
I need to convert this number of the month to the Title of the Month.
I made a combo box on the report based on the Expression and in the row source put
1,"January", 2,"February",3, "March", 4,"Apri", 5,"May", 6,"June", 7,"July", 8,"August", 9, "September", 10, "October", 11, "November", 12, "December"
Unfortunately it still comes out with the number of the month.
Can anyone tell me please where I am going wrong.
Thank You in advance.