Search results

  1. K

    Form blank when no records found

    This produced the results I was looking for. Thank you so much!
  2. K

    Form blank when no records found

    The Allow Additions is turned off. All of the data that comes into the database is imported via an external source. I don't want users to be able to manually enter new records. I'm only allowing them to update certain fields. If I turn on Allow Additions and enter a date range that I know is...
  3. 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