I have an application from an outside vendor that is written in VFP. I would like to develop a separate system that would be used to do quick look ups that are specifically written for the users and develop some reports that they could run. What is the easiest/best way to access that database ensuring that I don't change any data inadvertently? I have already linked to it and did a quick form and it seemed to work okay. I did manage to change the current data for a few records that I had to manually fix because of a programming glitch. I know that I can set the tables in the data environment to be read-only but I'm afraid that I will forget and cause a problem with the 'production' database. Is there a foolproof system that this fool could use?