Output Event information into a dynamic monthly calendar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database filled with information concerning events (date, time,
event title, etc.). I would like to be able to enter information into the
database and automatically have it update to a monthly event calendar,
accessible on our shared network drive (not necessarily on the web).
 
There are several ways to go, including:

1) create a query in your database that assembles the monthly calendar,
and a form or report to display it. Then share the database across your
network. This will require other users to have Access (or the run-time
version thereof) installed.

2) have the database update an existing shared calendar (e.g. an
Exchange public folder) each time an event is added or edited.

3) use a technology such as ASP to pull data from the query in (1) and
display it as a web or intranet page.
 
Back
Top