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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error message from Combo box

Status
Not open for further replies.

jlg5454

Technical User
Jan 6, 2005
98
US
I have a record input form that includes a combox box that filters for a record for editing. If I select a record from the combo box make my changes and click the save button everythings fine. The problem is when I go to select that same record from the combo find box, I receive an error message: "The Data has been changed. Another user edited this record and saved the changes before you attempted to save your changes. Re-edit your record." This database is only available to me for now. How can I correct this?

Thanks,

Joe
 
Hi Joe,

I just had this problem and it took me ages to fix it!! For me it was on clicking a button which added a record.

I added Form.Requery to the OnClick property. I guess you would put it in the AfterUpdate property.

Hope it works for you,

Jason
 
Thanks! worked great! I was putting the combo box as requery.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top