G
Guest
I have an update form bound to a table. When entering data in the update form I get to a control for which I have to temporarily go to an unbounded form to establish a value. (The update form is still in the background.) After closing this unbounded form and upon return to the update form, I enter the calculated value in the control. However, when I try to save the record, I am told that another user has updated my record and I have the choice between putting the data on the clipboard or drop the changes. In other words, upon return I am considered a second user. This is no doubt because of the RecordsLock Property being set at No Locks. My question is this: is there anyway to get around this?