Data Access Pages are more often noneditable because the query does not
allow the identification of the unique table being edited.
Did you set the Unique Table property of the Section's Data tab to be the
table that is being edited?
Also, do you have a control on the page that is bound to the primary key
field of the table? The control can be invisible/hidden, but it needs to be
on the page for the page to correctly identify the record.
Also, note that DAPs will not allow editing with many queries that are
editable in a form. This can be somewhat frustrating....
--
Ken Snell
http://www.accessmvp.com/KDSnell/
"Cameron" <(E-Mail Removed)> wrote in message
news:3ECF3FF2-FF4F-49DD-953E-(E-Mail Removed)...
>I created a DAP from a form I have built, but none of the text fields, or
> check boxes allow me to edit them while in the DAP. I am trying to read
> up
> on DAP's but I have not found anything that helps me understand how to set
> them to be editable. Can someone help?