I have a database that has a table that houses the userID, userlast, userfirst, machine, managerlast, managerfirst. I have a form that is built with the labels that are appropriate. Then list boxes for the information to be displayed. At present when the database is opened, the form is automatically not in design view. It is set for a user to input their userID. What I want is when they input their UserID, the rest of the fields will populate based on their userID entered. I am not sure if I use an event for onclick or should build an onclick VBA code in the Access forum or create some sort of iif statement and build a query or what. I just want the simpliest way to accomplish the prepopulation when they enter their userID.