Retrieving data from access database in world wide web

N

Nandini

I have created a bibiliographic database using Access 2003. I have designed
necessary forms for user interface to retrieve data. Tables, parameter
queries and forms including necessary visual basic codes are designed for
proper functioning of the database. I want to make this database web-enabled.
So that data can be retreived from this database through internet maintainig
necessary security. But I dont want to create any data access pages, as this
object has some limitations. For doing so what should I do.
With best regards,
 
B

bhicks11 via AccessMonster.com

Hi Nandini,

Access would be the backend database as SQL Server would. You would design
your front end with another tool (such as ASP) of your choosing that attaches
to the data in the Access database.

Bonnie
http://www.dataplus-svc.com
 
Top