I have an extrememly simple table that is the basis of my main form. I want to use “Name” field in a combo box bound to that table so that when selected 5 other text boxes bound to the same table populate with entries that match the name e.g.”manager”, “job title” etc. I have managed to build a form of this but certain things won’t work. I need to start from scratch. I’m using AfterUpdate to drive the event, if someone could provide the code I need that would be great. Thanks.