Can update one form but not another

N

night_writer

I am using Access 2003. I have two nearly identical (as far as I can
tell) forms, but one will allow updates and one will not. They seem
the same in every important particular:

both forms are populated from a table, not a query
both are continuous
both AllowEdits, AllowAdditions, AllowDeletions all = yes

Can anyone suggest anything else for me to check?

Thanks for your consideration.
 
J

Jeff Boyce

Are you getting any error message, or an informational note in the status
bar? If so, what does it say?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or psuedocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
J

Jeanette Cunningham

Hi night_writer,
There may be some code that changes the data properties for that form when
it opens.
The code that opens that form may open it as Read Only.
The controls on the form may be locked.
The form may be corrupted.

A quick and dirty test is to build a new copy of the form using the form
wizard. See if you can update the new copy of the form.



Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 
N

night_writer

Thanks for all of the comments and ideas of items to check. I
recreated the form from scratch (fortunately it's a small one) and the
new form works correctly. Looks like the original was really
corrupted. (Not something I ever think to check for. Most of my
problems are all my own fault!)

Alice
 

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