run-time error message

P

Paul Ritenour

A form that has been used for years a suddenly started
failing when new data is added. The error message
is : run-time error '-2147352567 (800200009)':
You can't assign a value to this object. When I go to
debug the code highlighted is:
studentname = Lastname + ", " + firstname + " " + middle
name. The fields lastname, firstname and middlename all
contain data and if you place the cursor over the field
the data is displayed but for some reason the studentname
field is not updated. Any help would be appreciated

Thanks

Paul Ritenour
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top