Data Access page

R

Robin

I have created a Data access page (access 2002) so that I
can enter information into my DB from a online form. Is
there a way to have this html "form" open to a new record
everytime?
thanks
 
S

Sylvain Lafontaine

Yes, you can set the page's DataEntry property to Yes or use a source who
doesn't return any record, something like: select * from mytable where 1=0

There is also a newsgroup exclusively for Data Access Page:
m.p.a.dataaccess.pages

S. L.
 
Top