Pages in Access

  • Thread starter Thread starter Maria Joao
  • Start date Start date
M

Maria Joao

Hi,

I need to publicate my data bse in the internet, but I don't know how to do
this.

I tried do build a page in access, but it seemed too complicated....

Is there a way to conver my access db in an internet page? A simple way?

Thanks in advance

Maria Joao
 
Unfortunately, there is no simple way to convert a form to a webpage. You
can output the results of a query to HTML and get a static web page. Just
run your query (or open a table) then go to:

File ... Export

then change the Export To to be an HTML page.

You can then place the page on a website. For interactive web pages, you'll
need a server like IIS and you'll need to write code in ASP or ASP.NET
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 

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