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".
 

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