Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

wierd form/record behavior

Status
Not open for further replies.

stuckagain1

Technical User
May 3, 2004
86
0
0
US
I have a form that displays address information. For some reason this form occasionally will not allow fields to be edited--after you type the change, and tab out of field, it reverts back to the orig data. but actually it seems it is the record that may be the problem because you can go to another record and edit that. then after getting out and back into access a few times, the problem goes away.......the last time this happened the actual edit was applied to a different record that was not called up......

this is the code used to call the records up on the form:
Me.RecordsetClone.FindFirst "[ID] = " & Me![Combo67]
Me.Bookmark = Me.RecordsetClone.Bookmark

it also seems that when this happened in the past, the record was corrupted, but this time that was not the case...

??
 
Possible that the record is locked by another user/program?

Tranman
 
one would think that, but it's not the case......
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top