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

update without addnew or edit

Status
Not open for further replies.

chainedtodesk

Programmer
Feb 26, 2003
112
US
i have a form that is open through a switchboard with option 3 (edit mode) but when data is entered into the form and the user clicks close the error msg "update without addnew or edit" appears. i have checked that all of the edits and change options are "allow" but no matter what i try it will not allow them to close the form or save the data. i have looked through several threads but nothing has helped. this is access 2010, form is opening using a table not a query. Thanks
 
Does your table have a primary key defined?

Beir bua agus beannacht!
 
Probably won't allow operations then. You can add back in some combination (clustered) and it should perform as expected.

Beir bua agus beannacht!
 
thanks genomon will work on that and see if it solves problem(s)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top