How do I update a DAP based on a query?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Trying to update a DAP based on a query but the navigation bar is not active
to add information and the data fields are not updateable.
 
DAPs are less tolerant of queries than forms. Some queries that are
updatable in forms are not updatable in DAPs.

However, two common errors that can cause what you see:
(1) You didn't include the primary key of the record to be updated in
the DAP as an element (even if it's hidden).

(2) You didn't specify which table in the query is the UniqueRecordset.
 
Thanks Ken. I do have the primary key include. Not sure where to specify the
UniqueRecordSet in the query.
 
You'll need to look at the Properties (data tab) for the specific group or
page.
 
That combination worked. Had to include both/all primary keys and specify the
unique recordset. Thanks Ken!
 

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

Similar Threads


Back
Top