I am trying to automate a daily process. Basically, accounting does a manual release of a batch of invoices in the order-entry system which ultimately updates the SQL server tables. The manual release is done at different times by accounting. An email is sent out to an analyst by the DBA once the the sales batches have been updated in SQL Server. The analyst will, in turn, run a front-end database(Access) in order to reconcile the invoices on a MTD basis.
Since the batch update is done at different times. I thought of automatically running the database once the e-mail is received from the DBA based on either the e-mail subject line or sender's name. I do not have any idea how I would be able to do this in VBA. Can someone help?
Thank you.
Since the batch update is done at different times. I thought of automatically running the database once the e-mail is received from the DBA based on either the e-mail subject line or sender's name. I do not have any idea how I would be able to do this in VBA. Can someone help?
Thank you.