Is it possible to run a second instance of access from code. Problem: I am downloading information from a shared network drive and appending this information to a linked table in another database. The shared drive connection is extremely slow and the download and append process takes about four to five minutes. It is set up to do this as someone logs on to the database. I would like to try to move this download and append process to a third database that is activated behind the scenes and not noticed by the user. I would like to accomplish this with vba code as the user logs on. Is this at all possible? Summary: Users log on to DB1. At the login, the DB1 goes out to a shared drive and appends data from DB2 to a duplicate table in DB1. Due to the update time involved I would like DB1 to activate DB3 and download and append info from DB2. All being invisible to the user???????????
Thanks