I am trying to add a new set, but on cliquing 'new', it goes to a record and not blank. Then when I try to modify it, I get an error "impossible to update this recordset".
See what happens if you try to update a field in the query that your form is based on. If this produces the same message then you will have to modify your query to produce an updateable recordset. This might mean just adding in PK fields from each table or it might be require more substantial changes.
Just in case you are trying to do this, you cannot produce an updateable recordset if you use a Totals (Group By ) query.
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.