Skip to main content
Inspiring
August 13, 2007
Question

MM_editRedirectUrl on insert not working

  • August 13, 2007
  • 1 reply
  • 289 views
I'm trying to just insert a record then move on to other parts of the form by passing the ID, but I can't seem to get it to work. here's what doesn't work:

MM_editRedirectUrl = "insert3.asp?projectID=" & rsProjectID.Fields.Item("projectID").Value

Microsoft VBScript runtime error '800a01a8'

Object required: ''

/commFlash-admin/insert2.asp, line 45
This topic has been closed for replies.

1 reply

Inspiring
August 14, 2007
I you are using the inset wizard/extension check to be sure all fields
are completed. If the snipet is what is on line 45, then it appears
that projectID is not poplulated. Is this populated or is it a
autoincrement value?