Hey,
So we are developing a separate application in C# that will work in tandem with our access system (C# system is a calendar).

I was wondering about creating an API within the C# application so that i can access certain things from within the Access system. I just wanted to know if anyone has any suggestions, tutorials or knows what specifics i will need to put in place to get that to work correctly.

For example i would like to be able to export data from the access system to create an apointment in the calendar (I COULD just export to a txt file and have a folder watcher pick it up but i thought this would be a cleaner more secure method for doing it).