-
Data control error HELP!
Hello
I'm trying to add a record to a data control but I get a run-time error '3426': "This action was cancelled by an associated object".
I fill in the fields with 2 DataComboBox and 4 textBox.
If you know what can cause this problem please replay?
Shuly.
[Edited by shuly on 06-28-2000 at 04:56 AM]
-
When I get this error I have found that it is either that the field won't allow zero length strings or that the data entered is to long for the field length.
Hope this helps.
-
Thank you for your replys.
I want to add that I also get this error when I try to do:
.moveLast to the recordset.
Maybe you have an idea why?
Shuly.