How can I change the DataUpdateable Field Property in Access?

F

FlagCapper

I am designing a web page using PHP, and I am trying to create a form that
once given input will change a value in one of my tables using the UPDATE
method. I have already tried getting data using the SELECT method and
everything worked fine. However, for some reason I cannot use the UPDATE
method externally from internet explorer, but I can UPDATE from inside
Microsoft Access, so I know my query works. I think I have located the
problem, because when I anyalse my table, it returns the DataUpdateable
property for all my fields as false. How can I change this to true? And if
this is not the problem, what is?
 

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

Top