I am attempting to display my employees' name in a field automatically. Right now, the field displays their Zoho Username. This is as far as I've gotten, let me know if I'm on the right track, or not. I have created another form in the same application called Employees. In this form I have 2 fields, one the houses the Full Name of the Employee, and the other the houses their zoho email id. Next, I went back to my fist form, and added a Fetch Records script on the Form Load. Right now, the script looks like this: current_emp = Employees[zoho_emailid == zoho.loginuserid]. I thought that this would go to the employees form and look for where the zoho_emailid matches the zoho variable zoho.loginuserid, but when I run my application, the variable returns as null. Any ideas?