The below code is giving the attached error after running the first time. The user enters a date range, selects a carrier and client from list boxes,
and the query pulls back the data in datasheet view.
Option Compare Database
Option Explicit
Dim db As Database
Dim qdf As QueryDef...