I am a novice to Access, but not stupid.
However, I have a database including LastName, FirstName,Date (of visit), etc. and record number. When I use the ComboBox to select a record (in the Header), it always chooses the first record (FindFirst). I want to be able to click on a record (based on date or name(s) and date) and have it fill the Form for editing with that record, not the first one.
How do I do that?

Example:...