I currently have a 2003 Access database. It is linked to an external database (Oracle). The users (2 of them) are constantly using the program to assign and close out jobs. They start on a form (frmOptions) and open the assignment screens. When they return to frmOptions, a vba module is run that pulls data from the linked database. The assigning, closing, and running of the module takes about 30 to 90 seconds. If frmOptions is idle for three minutes, it runs that module itself.
I just started learning C#. I want to create a process in C# that will append data from another database to a file that I can link to with Access. C# is my only option at this time. Can I do this? If so, can you offer any suggestions that may help me?
Thank you.
I just started learning C#. I want to create a process in C# that will append data from another database to a file that I can link to with Access. C# is my only option at this time. Can I do this? If so, can you offer any suggestions that may help me?
Thank you.