Form update problem

R

Randy

Access won't let me update or add a new record to a multi
table form. Anyone else ever have this problem? Help!
 
C

Cheryl Fischer

If the record source for your form is a query which uses groupings or
aggregate functions, Access defines this as a query which is *not
updateable*. You can test this out by simply running the query and trying
to update fields in the returned rows.
 
E

edtollefsen

Make a copy of the entire application. Disable your
relationships. You will likely find you can make
changes. If you can then I suspect what is happening is
that you are violating a relationship. If you have a 1
to 1 or many relationship with enforced integrity you
have to update the primary record before you can do the
subordinate.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top