data access pages

I

Ivor Williams

I'm trying to use data access pages to run a database on
a website, but it seems that forms are read only. Is this
the case, and is there any way around it?

Ivor
 
S

Sylvain Lafontaine

Data Access Pages can be made read/write if there is a primary key defined.
The Unique Table property is also usefull in some cases. However, dealing
with DAP is never an easy task.

There is a newsgroup dedicated to DAP: m.p.access.dataaccess.pages.

S. L.
 
Top