DAP

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

Guest

I want to add web elements to my database, I created a DAP and when I viewed
it it won't allow my users to enter datain the form part of it. I checked the
page properties and selected Dataentry to true but still it won't work.
What am I doing wrong?
 
Does the DAP's Recordset include the primary key of the table that is being
updated? Did you set the Unique Table property of the page to the table that
is being edited?

Also, many queries that are updatable in forms may not be updatable in DAP
because it won't support complex queries as well. You may need to remove
some tables from the query.
--

Ken Snell
<MS ACCESS MVP>


"(e-mail address removed)"
 
Back
Top