Recent content by JOWINO

  1. J

    Record Locked

    Editing the buttons macro works pretty fine. It also bypasses the the allowedits and it can duplicate even without allowingedits.
  2. J

    Allowedits = true interfering with duplicate macro button

    Why does ms access form I recently added a button for me.allowedits = true and on current I set the vb code to me.allowedits = false interfering with my duplicate macro button returning a pop up message the command or action 'paste isn't available now. In ms access 2019
  3. J

    Why does ms access form I recently added a button for me.allowedits = true and on current I set...

    Why does ms access form I recently added a button for me.allowedits = true and on current I set the vb code to me.allowedits = false interfering with my duplicate macro button returning a pop up message the command or action 'paste isn't available now. In ms access 2019
  4. J

    How to prevent query opening in maximum.

    I have set my main form to Maximize On Activate. I have set the forms to Pop Up Yes Now I have issues with opening the queries, The queries are maximizing forcing me to close the entire database and open again. Kindly how can I sort this?
  5. J

    Datasheet View with Command Buttons

    I have this code that opens a datasheet form DoCmd.OpenForm "ACCOUNT_TYPE_DATA_FORM", acViewForm, , "[ACCOUNT_TYPE] = '" & Me.ACCOUNT_TYPE & "'" How do I add , acFormDS, at the end. Because I have tried I almost panicked.
  6. J

    What exactly does this criteria do Between DateSerial(Year(Date()),1,1) And...

    What exactly does this criteria do Between DateSerial(Year(Date()),1,1) And DateSerial(Year(Date()),12,31)
Back
Top Bottom