Access Page for Data Entry

  • Thread starter Thread starter AccessIlliterate
  • Start date Start date
A

AccessIlliterate

Hello, I have created a few Data Access Pages and I am able to post them to
my local intranet, but I would like to know how others can use these pages
for data entry. How can some go to this page to update contact information,
etc?
Thank you,
Brian
 
Don't use Data Access pages. They have been removed from latest Access
versions.
Use an HTML pages on a web server and send data to Access via OLEDB
connection SQL calls. I have done this and it works well although it has to
be said that Access is wholly unsuitable for all but the most simplistic web
applications.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
 
Back
Top