I've been trying to use the list box wizard to set up a form that will list all clients entered by a specific counselor, then when I select the client I want, clicking will open the main form in edit mode, calling up that client's record. The wizard creates some code under "AfterUpdate" which sets a variable for the ID I've selected and makes it a bookmark. It looks like I just need the code that would go on and open the form and find the record, but I don't know VB well enough to do that. I'm hitting the wall. Everything I look up for answers, looks like greek to me. My head hurts.