I have a form that when the user fills it out with an ID, Description, Category and Occurance Number, the inputs are stored in an Occurance table. There is another table that has the ID's listed and has the associated Description and Category. So that the user doesn't have to input the Description and Category every time, I wanted those values to be looked up based on the ID typed in and then placed in text boxes on the form . How do I go about doing this? What properties do I need to change?