Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

adding the month name to my database

Status
Not open for further replies.

sthmpsn1

MIS
Sep 26, 2001
456
US
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))
 
rs("month")=monthname(cint(request("select1")))
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top