I am using a form for Data entry and I'm trying to figure out 1. Is there a way I can I can Display the last record entered next to a blank data entry form so the user can see what they already enetered? 2. is there a way to lookup a record and based on 3 field values to autopopulate another field. I have 3 fields "ContractName" "WBS" "Slin" as drop down menus, when the user selcts the Contract Name I want it to filter the SLIN so that only SLINs on that contract can be selected, when they select WBS I want it to lookup records that match SLIN, WBS, and ContractName and use the Date field which i then want the form field to autopopulate the "next Date" (>Date already entered+30days). Can these tasks be done?