Hello, I am having some trouble with a few basic things in access. first off let me say I am learning access as I go and atm vb coding is over my head. I have been asked to create a database that is viewed by many people in my company all day long. The data that is being viewed has to be updated in real time by one employee while several others wish to view the data and see the changes in real time. The data flows in from an imported excel spread sheet that is redownloaded and reimported every 10 min or so. So I have a table and a saved import to that table that will overwrite everything in the existing table with the most current data. I test this with two instances of access running and run into issues. if the table is being viewed either from the person who must update via import or the end user that simply wishes to view the data it says the file is in use and cant update. I tried queries or forms with locked fields and the result is the same as long as those queries or forms are open in any instance of access. is there a simple way around this? is there a better way to do this? I am just beginning the design phase so any suggestions would be of great help. please keep in mind I am new to access and tackling vb coding might be too difficult in the short term. Thank you for your suggestions.