
VB5 Professional: Access database runtime error 3426
hehe...I get this error a lot. There could be a few problems, but the most
comon is that you're trying to save a record to access, and something didn't
click with Access. The 3426 is Access saying "I had a problem with saving
it."
For example, if a field in Access is a Number type, and your control is
sending a string, you'd get this error. Look at your data-bound controls,
the problem is probably lurking there.
Misspelled field names is another one that would generate this...
Hope this helps...
Robert
Quote:
> What I'm trying to do is
> Data1.Recordset.Update
> And this just causes Runtime Error 3426 saying 'an associated object
> cancelled the request' or something similar. I have no idea what this
means,
> or how to fix it. Ideas anyone?
> --
> Enekron