Here's what I have:
cboName
cboThisYear
subCatch
subIndividual
subIncTags
cboName and cboThisYear filter subCatch. I select an existing record in subCatch (which puts "CatchID" in subIndividual) then add data to subIndividual. I then filter subIncTags based on a tag number typed in an unbound text box in subIndividual and use an afterupdate event in another field of subInividual to insert the date returned and other values in subIncTags. The problem I have is when I filter subIncTags using the unbound text box when I move on to another record subIncTags does not "refresh". In essence, how do I clear a filter in a subform? Can I use a DoCmd.GoToRecord to automatically insert the needed data in subIncTags? I'm stuck!