Tupacmoche
Registered User.
- Local time
- Today, 15:59
- Joined
- Apr 28, 2008
- Messages
- 291
I want to edit record that belong to one table but have run into a problem. I have several views of this one table on a form which includes 3 subform and 2 buttons that call up yet another two forms to edit/add data to the single table that they are all connected to.
Now, to the problem. The reason why, I have 3 subforms is to logically separate the data in this table to view. If, it is discovered while moving through the records that an address or anything else is missing in one on these logical views, I have a Edit/Add button that when clicked opens a form that allows the user to edit/add the missing data like an address.
When the save button on this form is click I get the message :
This record has been changed by another user since you started editing it. If you save the record, you will overwrite the changes the other user made.
Write Conflict.
No one else is using this form when this happens what can I do?
How can this be fixed?:banghead:
Now, to the problem. The reason why, I have 3 subforms is to logically separate the data in this table to view. If, it is discovered while moving through the records that an address or anything else is missing in one on these logical views, I have a Edit/Add button that when clicked opens a form that allows the user to edit/add the missing data like an address.
When the save button on this form is click I get the message :
This record has been changed by another user since you started editing it. If you save the record, you will overwrite the changes the other user made.
Write Conflict.
No one else is using this form when this happens what can I do?
How can this be fixed?:banghead: