Output Event information into a dynamic monthly calendar

H

HigherEdAdmin

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).
 
J

John Nurick

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.
 

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

Top