A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

I Get Recordset Not Updateable Error Message In Access 2003



 
 
Thread Tools Display Modes
  #1  
Old November 2nd, 2006, 02:11 PM posted to microsoft.public.access.forms
CS440TTLSER
external usenet poster
 
Posts: 1
Default I Get Recordset Not Updateable Error Message In Access 2003

After closing down my Access 2003 database one night I found the following
morning upon opening the data base that one form & a different form subform
were not longer editable. AllowEdits, AllowAdditions, etc are all set to yes
.....

Help!!!

Peter ( New User )
  #2  
Old November 2nd, 2006, 02:28 PM posted to microsoft.public.access.forms
Allen Browne
external usenet poster
 
Posts: 11,706
Default I Get Recordset Not Updateable Error Message In Access 2003

If the form is based on a query, open the query directly.
Can you enter data into the query?

If not see:
Why is my query read-only?
at:
http://allenbrowne.com/ser-61.html
for a list of things to trace down.

If the query is updatable, but the form is not, check the properties on the
Data tab of the form's properties:
Recordset Type Dynaset
Data Entry No

Also, check the main form's properties. If the main form's AllowEdits is no,
you won't be able to edit in the subform either.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"CS440TTLSER" wrote in message
...
After closing down my Access 2003 database one night I found the following
morning upon opening the data base that one form & a different form
subform
were not longer editable. AllowEdits, AllowAdditions, etc are all set to
yes
....

Help!!!

Peter ( New User )



  #3  
Old November 2nd, 2006, 02:29 PM posted to microsoft.public.access.forms
Sprinks
external usenet poster
 
Posts: 531
Default I Get Recordset Not Updateable Error Message In Access 2003

Is it possible that the form's RecordSource was changed to the name of a
non-updateable query? To check for "updatability", open the form and check
the RecordSource property. If it is a query, open the query itself and
attempt to change data.

Sprinks

"CS440TTLSER" wrote:

After closing down my Access 2003 database one night I found the following
morning upon opening the data base that one form & a different form subform
were not longer editable. AllowEdits, AllowAdditions, etc are all set to yes
....

Help!!!

Peter ( New User )

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:08 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.