I can put together a simple webpage using Frontpage. Never published one to
the web.
I want people to be able to search and retrieve records in my DB from it
from a website.
How do you make your DB accessible from the webpage? Software needed?
Hardware needed? A simple HOW-TO resource for someone who knows nothing about
IT?
--
alamp
Demo Access DB Form to convert your tables to ASP page
http://www.databasejournal.com/features/msaccess/article.php/3487741
Article I explaining how to create a Web Datasheet using ASP
http://amazecreations.com/datafast/GetFile.aspx?file=dsexample1.htm&Article=true
Article II explaining how to create a Web Datasheet using ASP
http://amazecreations.com/datafast/GetFile.aspx?file=dsexample2.htm&Article=true
There are some utilities out there that will more or less convert your
Access database into a web app. My references above are crude, but
show you how the script and html might look. Knowledge of HTML and
web design would be helpful.
--
Danny J. Lesandrini
dlesa...@hotmail.com
http://amazecreations.com/datafast
"alamp" <al...@discussions.microsoft.com> wrote ...
You need to make your web page ASP and access the DB via ADO and a
connection string. Google for ASP and Access dbs. There'll be plenty of
hits.
HTH
Martin
"alamp" <al...@discussions.microsoft.com> wrote in message
news:6BAA5ED5-2807-48EB...@microsoft.com...