Hi Guys,
I'm doing a database that me and few other people of my company will be working with. My current Db will be split into 2 files (one with forms for end users and one with tables to be placed on the network drive on our server). The issue is that, there is supposed to be an automatic notification system, that would open the database (the one with tables) once a day, would do some calculation on it and save it back. It would probably send mails to appropriate recipients based on personal information from the database.
My question is: in what form I should provide the file for "Microsoft 2003 for servers" to be able to read and execute my instructions? Most of my functions I'm hoping to use in the final script is in Access VBA, and I wouldn't like to code them once more in other language. I'm going to use Server's windows task scheduler to trigger the file with my code at specified intervals so probably exe or vbs file would do, but maybe there's other, easier way? This is my first bigger project in Access so sorry it my question is silly.
Robert