I can't edit a form until I move to the next record, very odd!

G

Guest

I have a Master form with a master record, when I open the form, i am unable
to edit the data on that form until i move to the next record. I also have
lots of other forms on other tabs, some linked, some unlinked to the master
form, I have the same problem with all these other forms too; I can't edit
them until i move to the next record, then I am able to edit any record (or
subform) on the master form. Does anyone know why this oddity is happening?
 
R

Rick Brandt

efandango said:
I have a Master form with a master record, when I open the form, i am
unable to edit the data on that form until i move to the next record.
I also have lots of other forms on other tabs, some linked, some
unlinked to the master form, I have the same problem with all these
other forms too; I can't edit them until i move to the next record,
then I am able to edit any record (or subform) on the master form.
Does anyone know why this oddity is happening?

Did you create these forms?

There could be code in the Open or Load event that locks the record and code in
the Current event that unlocks them, but you would have had to put that code
there if these are forms that you built. Otherwise nothing immediately comes to
mind as to what would cause this.
 

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