View Single Post
  #2  
Old August 26th, 2009, 06:11 PM posted to microsoft.public.access.gettingstarted
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Accessing and quering databases

On Wed, 26 Aug 2009 08:27:02 -0700, itman
wrote:

There is some need in our organisation for databases. Users are expecting to
see "nice" web pages to query databases and display results. They may also be
expecting to add and edit information in the database through some kind of
web-based view. Is Microsoft Access a solution we should be considering? If a
database is created in Access how can it be updated and queries by users
without providing them with a copy of MS Access?


Access is not (by itself) very web-friendly. Data interaction in Access is
typically done using Forms, which (functionally) resemble webpages but are
embedded within an Access database. Using A2007 you can get a (free) Runtime
version of Access which lets users interact with and update the database, but
not to change the design or structure of the database or the forms and
reports.

If you really want a web browser as the interface, A2007 is *starting* in that
direction and I understand that the upcoming version will do a lot more; but
you may do better to store the data in SQL/Server (SQL Express is free!) and
use Visual Studio or some other appropriate code to design your own web-based
app.
--

John W. Vinson [MVP]