Access list integrated into Outlook calendar?

Darren_workforce

Board Regular
Joined
Oct 13, 2022
Messages
128
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am very new to Access and have only created a couple lists. I setup one database with the department birthdays. Field1 are the dates; Field2 are the teams that each agent is assigned to; Field3 are the agent names. Is it possible to integrate the list with Outlook so that I have reminders on my calendar for the birthdays without having to reference the database every morning?

And then if any new IDs are added to the database, are those able to automatically be added to the Outlook calendar without any additional pairing?
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
I have code that will create recurring appointments in Calendar with reminders if that will work for you. What it doesn't have is a way to flag old vs new, so I don't know what would happen if you re-ran it. Maybe nothing other than adding any new appointments. You could always try it.
 
Upvote 0
I would have a date field that shows when any birthday was added. Then when you add new ones, that field would be null and that would be the filter for adding new records. Completing that field when added, of course.
 
Upvote 0
I would have a date field that shows when any birthday was added. Then when you add new ones, that field would be null and that would be the filter for adding new records. Completing that field when added, of course.
That's a great idea. Easier than sending out inquiries everytime I need to update the team since not everyone provides their DOBs. Thank you for that!
 
Upvote 0
I have code that will create recurring appointments in Calendar with reminders if that will work for you. What it doesn't have is a way to flag old vs new, so I don't know what would happen if you re-ran it. Maybe nothing other than adding any new appointments. You could always try it.
It's worth a shot. Is it VBA code? Anything else and our equipment is really locked down by IT so I'm not certain if it would run.
 
Upvote 0
Yes, VBA
You can get it here
 
Upvote 0

Forum statistics

Threads
1,215,352
Messages
6,124,449
Members
449,160
Latest member
nikijon

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top