I have a table from which I want to be able to pull specific records (all fields in the table "Occurrences"), by selecting a name and date from a drop down menu. The names list needs to exclude duplicates, and the date field needs to only populate dates available under that given name. I am pulling the names from a completely different table ("Agent") to eliminate duplicates, but selecting a different name from that dropdown is not pulling up new records, but rather changing the value in the first record on the "Occurences" table. As I havent been able to get even this first step to work, I havent been able to move on to using the second dropdown to select the record corresponding to the correct date.
I have found several tutorials for similar issues, (this thread: https://www.accessforums.net/forms/p...elp-52414.html) but it doesn't quite do what I need it to do.
Thanks!