Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Gets Error 2448 only some times

Status
Not open for further replies.

Becca999

Programmer
Oct 14, 2003
23
US
I have this form where the user can updates fields for the record they select then change to a different record andupdate again if they want. On some records, I get this error. Others work fine. If I copy the record that gets the error and delete the old record, I can update the without the error. Any ideas?
 
Error 2448 is " You can't assign a value to this object.@
* The object may be a control on a read-only form.
* The object may be on a form that is open in Design view.
* The value may be too large for this field.@@1@209424@1"

So now you know what will generate this error. Now create some error handling on your procedures so when the message pops up you know where it is being created then handle it accordingly.


Life's a journey enjoy the ride...

jazzz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top