WB786
MIS
- Mar 14, 2002
- 610
ok I know how to use the cdate to covert date to be written into a date/time field in Access db but how do you the same for the following:
oRS.Fields("EventDate") = request.form("date_month") & request.form("date_day") & request.form("date_year")
I have three drop downs on the form page for month, day, and year. But they need to go in as mm/dd/yyyy in Access.
Thanks in advance,
WB
oRS.Fields("EventDate") = request.form("date_month") & request.form("date_day") & request.form("date_year")
I have three drop downs on the form page for month, day, and year. But they need to go in as mm/dd/yyyy in Access.
Thanks in advance,