access diary

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

Guest

Is there an electronic diary for microsoft access? At the moment I am using
Outlook diary but need one that is connected to an Access database. Can
anyone point me in the right direction?!

Thanks
 
No reason why You can't use Outlooks diary in Access by utilizing it's
Library in Access....
I think however Microsoft has a template Database at the Office site to base
such a system on

Pieter
 
Is there an electronic diary for microsoft access? At the moment I am using
Outlook diary but need one that is connected to an Access database. Can
anyone point me in the right direction?!

Thanks

Depending on what you want in the diary, it should be very easy to
create one. A simple table with a date/time field defaulting to Now()
and a memo field for each diary entry would be a good start for a
one-user system; if it's a shared diary where several people can keep
their own diaries, you'ld also need a table of people linked to it.

Note that it is also possible to use VBA code to link to, or import,
Outlook journal records into Access.

John W. Vinson[MVP]
 

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

Similar Threads


Back
Top