Hi, it's me again:

can anyone tell me why the following code would generate this error:
run time error -2147217087(80040z21)

With de.rsCommand1
If .RecordCount = 0 Then
.AddNew
End If
***errors out here***
If Len(Text1(part)) <> 0 Then !Partnumber = Text1(part)
***!Partnumber - text1(part) is highlighted***

when I run this on my system I goes just fine, but when installed on another one, I get the error?

Thanks