I have a dropdown menu that list each month of the year with the value of those months being the number. So the month of may would be a value of 05. When I submit the value of the dropdown menu I want it to go in as the name. Here is the statement that I used, but it doesn't work.
select1 is the name of the dropdown menu. Can anyone tell me how I would modify this.
rs("month"
=request("select1" monthname(Month(date))
select1 is the name of the dropdown menu. Can anyone tell me how I would modify this.
rs("month"