My data access pages won't allow data updating. Whats wrong?

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

Guest

When I create a new data access page I am not able to get the page to update
or add or delete the data. It will display the data but that is all. It looks
like the table will not allow updating from the data access page. If I create
a normal form it will update the table.
 
Be sure that you have an element bound to the primary key field on the data
page (even if that element is invisible). And be sure that the Unique
Recordset property has a value for the page.
 
Thank you. This was my problem. I was creating a test data base and as such I
did nt assign a primary key field. Once I did that my data access page became
updatable.
 

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

Back
Top