I have a form that looks up various items. The look up feeds in employee names according to supervisor. They also populate a confidential field that is a couple of fields below the employee name. I noticed that if the supervisor decides to type in an alternate name in the employee field, they were able to see the corresponding information. I tried to go around this by hiding my fields if a certain criteria were met (basically, I verified the supervisor was the actual supervisor using a calculation). This works, but it is possible to get a glance of the confidential information (although very quick) before the calculation completes and hides the info. Is there a way to fix this? Or, perhaps, another way to approach the issue?