Search results

  1. K

    Form blank when no records found

    On my form, I have a StartDate and EndDate fields for the user to search records. I am using the AfterUpdate event on the EndDate field to trigger the action. If my vba code is set to: Me.Requery The code works perfectly and displays the records within the chosen date range. However, if the...
Top Bottom