Search results

  1. S

    DoCmd.OpenForm error

    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...
  2. S

    Syntax error on where arguments

    I'M trying to filter data to verify if a date for a particular school run as been treated. Here is my code: DoCmd.OpenForm frDates, , , "[DATES_IN] = #" & dateDTjr & "# and [CIRCUIT] = " & CmdCircuit & " , acFormReadOnly, acHidden" Here is the message I receive from Access Syntax error...
  3. S

    I'm brand new

    I everybody, new boy around, from Montreal, Canada. I'm programming since 1989, first in DBase, than FoxPro and now in Access. I hope that I wont bother you to much with my programming problems. Very happy to be a part of your gang...:)
Back
Top Bottom