when i try to up date or add new data to a record in a form i get an error at the bottom of the screen telling me that the record set is not updateable.
This may seem really strange but i have been adding all kinds off sums and things to my database and i am not geting the record set not updateable!?!?!
Hmmm k new update, i can edit and chage the records that i have added throught the tables but when i try and add a completely new record i cant edit at all!
Check to see if you have 'AllowEdits' or 'AllowAdditions' in the form properties set to false. Also, check the 'Recordset Type' property and make sure it is set to 'Dynaset'.
If you have set Unique Records to Yes, this could be the problem.
Also I have been able to update recordsets that were at one time "Not Updateable" by changing the Recordset Type from Dynaset to Dynaset (Inconsistent Updates)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.