I am developing a form where eventually the user enters a surname into a combobox 'FindSurname' on the form, which is based on a query, and then clicks on a button 'Select'. This will then run some code and the, display all occurences of the selected surname in a subform 'subCustDets', which is...