PDA

Click to See Complete Forum and Search --> : data control error


shuly
Jun 27th, 2000, 01:45 PM
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]

Jimmer
Jun 28th, 2000, 01:44 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.

shuly
Jun 28th, 2000, 11:44 AM
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.