I enter data in a form called Customers which is based on a table of the same name (Customers) and a table called Employee’s. Instead of using the shortcut key every time to enter the employee’s name that entered the data (Ctrl + ‘) I would like itto be automatic. When an employee fills out their first sale of the day and enters their name from a combo box that is set to “Limit to List”, this name would become the default until changed by another selection from the drop down list. Please give me an example of how this code might be written. And if I understand it right, there would need to be a BeforeInsert event procedure and an AfterInsert event procedure, right? If you could recommend a book that would help me with questions of this sort that would be helpful too. Thanks!