My subscription system is now running though with errors here and there.the error that concerns me a lot is a runtime error that says
multiple steps generated an error check value status
and points to this code....
r.Fields("companyphone") = txtcphone.Text
r.Fields("companywebsite") = txtcwebsite.Text
and this code is in my save button. at times the error doesnt show but at times it pops up when a user is testing...
how best can i trap such an error because i know there must be a way which i dont know.
thank you in advance!!!