I have a form to open with arguments. What I want to do is to see if a date has been treated for a particular school run. Here is my code
DoCmd.OpenForm frDates, , , "[DATES_IN] = #" & dateDTjr & "# and [CIRCUIT] = " & CmdCircuit & " , acFormReadOnly, acHidden"
Here is the message from...