Online Access Database Issue

  • Thread starter Thread starter Anthony
  • Start date Start date
A

Anthony

Hello all,

I'm trying to accomplish connecting to an Access Database that is stored on
a web server.

Here's what we need to do:

We're trying to:

1. Retreive the contents of a table into an HTML table in an HTML form.
(we've done that)
2. Update the table from the HTML form (that's where we're stuck)


How do you update a table in a Microsoft Access Database that is on a web
server?

Kind Regards,
 
Hi Anthony,

Typically, this would be done using some server side programming on
your web pages. Are you using a server that supports PHP, ASP, etc?

There is also a way to build a dynamic web form using the "Pages"
section of Access 2000+ databases. However, I have never used them as
they create a very generic look for a webpage.

Thanks,

Mike
 
Anthony said:
Hello all,

I'm trying to accomplish connecting to an Access Database that is stored on
a web server.
Here's what we need to do:
We're trying to:
1. Retreive the contents of a table into an HTML table in an HTML form.
(we've done that)
2. Update the table from the HTML form (that's where we're stuck)

How do you update a table in a Microsoft Access Database that is on a web
server?

We have a different strategy: we use GoGlobal http://www.graphon.com/. No
modification to the Access dbase
 
Back
Top