I have got a table called tblMain with four fields, main_ID, Pin_No, DateTaken and type. And a form called CalenderForm for the month March. I want my form to populate the results after matching the pin_No and DateTaken from the tblMain with the form's textbox date values and vice versa and write the "type" of corresponding DateTaken field into the text box underneath the date textbox on the form. I tried the Dlookup into the control source of (example first textbox underneath the first date textbox) but it is not working. I have attaced the sample database as well... thanks