I am working on a database that is being placed on a server to be used by 150 people or so. They are only permitted to view the data, and cannot change it. The problem is that this data is frequently changed by other sources and needs to be imported into the database on a daliy basis. I only want to import this data once a day, therefore I do not want to use an AutoExec macro. The users will be looking at this database at various times a day and most likley at the same time, so I cannot have the data being updated everytime the database is opened. Is there anyway I can have the data imported automatically at the same time everyday? I already have it set up so that when a button on the switchboard is pressed the data is imported, so I assumed that there is some kind of code that could run the import macro daily. I am in desparate need of some help, so I would really appreciate any advice one could offer.