Access all versions.

  • Thread starter Thread starter winters
  • Start date Start date
W

winters

I have a disturbing problem. I have a couple of forms that ack oddly. If they
are blank, I can enter data, but I cannot change entered data. If I back out
and go to another form, and re-enter one of the problem forms, I can then
edit anything I wish.
I am doing something worn, but i don't know what it is. The same problem
occurs in all versions of Access that I have.
 
I have a disturbing problem. I have a couple of forms that ack oddly. If they
are blank, I can enter data, but I cannot change entered data. If I back out
and go to another form, and re-enter one of the problem forms, I can then
edit anything I wish.
I am doing something worn, but i don't know what it is. The same problem
occurs in all versions of Access that I have.

Sounds like you have some code or a macro in *some* Form event which is
changing the form's Allow Edits property. Open the form in design view and
view the code - anything there?
 
I think I may have located the problem. You were correct in assuming that I
had the ability to edit shut off. I have a global parameter and I did not set
it beofe entering the form. That meant that the value was null and did not
pass the edit test. I fixed the error and now I can edit anytime I choose.
Thanks for your help.
 

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

Back
Top