Data Access page Editing problem

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

Guest

I have created a simple form. In the form, I can update the data and save to
my underlying table. Ive since saved this form as a data access page (htm).
But, I have found that I cannot edit the data access page - its seems to be
read only.

Does anyone know how I can set this up so the data access page aloows editing?
 
Data Access Pages are not always easy to implement. If you save the htm page
to one location and then move it, you break the link and the form becomes
unusable. Also depending on how you created the Access Data Page you can
unintentionally make it read only, such as using a query with two tables,
using grouping improperly, using one table and leaving the primay key out,
creating a Data Access Form and then modifying it under design view and
removing or editing something you should have not edited.

I do not use DAP for this very reason, too picky.
 

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