Being honest here I have not opened up a database for over 25 years and feel I have as much understanding as a dishwasher right now - lol
I have a search form using some cascading comboboxes and need to return all records if left null or a viable <All> option. My first combobox that I am stuck on- "cboYear" my current row source = "SELECT DISTINCT CustomerSpecDb.InstallYear FROM CustomerSpecDb;" I have read numerous articles about strictly a VB approach others about inserting a union into the row source and yet trying to apply anything seems to leave me with either a empty dropdown selection or a visable <All> that does not pass on any records when selected
Thanks for your patience and time reading this - any help is much appreciated
Larry
I have a search form using some cascading comboboxes and need to return all records if left null or a viable <All> option. My first combobox that I am stuck on- "cboYear" my current row source = "SELECT DISTINCT CustomerSpecDb.InstallYear FROM CustomerSpecDb;" I have read numerous articles about strictly a VB approach others about inserting a union into the row source and yet trying to apply anything seems to leave me with either a empty dropdown selection or a visable <All> that does not pass on any records when selected
Thanks for your patience and time reading this - any help is much appreciated
Larry