Access database on my Web site

  • Thread starter Thread starter Simon Jester
  • Start date Start date
S

Simon Jester

I hate to even ask this, but I'm going a bit crazy here. Can anyone
tell me how to take a simple little db that I have developed in Access
2003, that simply collects people's names and put it on my web site?
The other thing is, once it is loaded to the web site, how do I get to
the data? There is so much info available that I am getting
massively confused. I use Frontpage 2000 for my Web editor if that is
of any help.

Any help would be seriously and very greatly appreciated!

Thanks.
SJ
 
You'll need to create web pages that can communicate with your mdb file. You
can use ASP or ASP.net to create the web pages.
 
Back
Top