I'm relatively new to access and am having troubles designing a form that allows you to search a table. My table has 10 fields, including a custname field and datepurch field. Most custnames have made multiple purchases but only one purchase on any selected date. I'm trying to design a form whereby the user can pull up a unique record by selecting first the custname which would then narrow the search and show only the datepurch field for that custname. After selecting both the custname and the datepurch fields the other 8 fields in the form would then be populated to show that one specific record. I have tried using two combo boxes and linking them but have not been successful. Can anyone recommend an online tutorial or a coding example that would help. Thanks.