No, it obviously gets to the 'insert date' bit of the stored procedure, knows it's wrong and puts the error:
ADODB.Command error '800a0d5d'
Application uses a value of the wrong type for the current operation.
/formhandlers/process_add.asp, line 184
which relates to the line:
Command1.Parameters.Append Command1.CreateParameter("@BDate", 135, 1,8,Command1__BDate)
I think, if I can't do what I want, i'm gonna have to change from 3 dropdown boxes to one textfield and then have the validation on the insert page.
Lucy
|