I have a form in one of my databases that is built based on a table called elements. The field names in the element table are: Element #,(Number Field) Element Name (Text Field) and Element Text (Memo Field). I am looking for a way that when the Element # is filled in the other two fields automatically show the associated data for that element #. So another words the user only has to fill in the element # and the other two fields appear. I know I can do this with a parameters query by using the criteria field but I dont want the form to ask for the criteria. I don't know if I explained this well but I hope you get my idea.