Hello i made a form (register)with an ADOdatacontrol object named Userinfo
(from lesson 22 on vbtutor.net/lesson22.html i made all the butoons and
scripts etc, but when i load it and click on regsiter it gives me the
following error message:
runtime error'91':
object variable or With block variable not set
the in debug the line is highlighted
in register
Private Sub Form_Load()
Userinfo.Record set.Addnew ////////////highlighted
End sub
what is wrng here??
(from lesson 22 on vbtutor.net/lesson22.html i made all the butoons and
scripts etc, but when i load it and click on regsiter it gives me the
following error message:
runtime error'91':
object variable or With block variable not set
the in debug the line is highlighted
in register
Private Sub Form_Load()
Userinfo.Record set.Addnew ////////////highlighted
End sub
what is wrng here??
Comment