View Single Post
  #2  
Old November 4th, 2009, 11:48 PM posted to microsoft.public.access.forms
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Can update one form but not another

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.

"night_writer" wrote in message
...
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.