Search results

  1. M

    Access - counting scanned records

    Thank you so much, this is exactly what I needed. I'm fairly new to VBA coding, I was trying whatever I could find in the forums first.
  2. M

    Access - counting scanned records

    I'm trying to create a counter for each time a Tracking Number is scanned into a form. Although the display box and buttons from the code below work, I can't figure out how to progressively display "y" either on an unbound box or by clicking the count button. Private Sub...
  3. M

    Count number of recently entered records

    Thank you so much for your help. I have everything setup but I get the attached error. I fairly new to coding, sorry I can't figure it out.
  4. M

    Count number of recently entered records

    That worked great, thank you. Now how can I reset the count to zero for the next delivery? For example, we receive 38 packages at 8am then the counter needs to reset to zero to count the next delivery.
  5. M

    Count number of recently entered records

    Hi Gasman, I have a separate code that keeps time and date current and it's stored on a table after each scan. Just need a count of packages for each delivery on the form, not for the day.
  6. M

    Count number of recently entered records

    Hi bob, I need a count of packages for each delivery.
  7. M

    Count number of recently entered records

    Hello everyone, I created a simple access table for our receiving department and a form with the following fields: Receiving Date, Time, Courier, and Tracking Number. I need help with what it should be a simple code that counts the number of scanned Tracking Numbers each time a delivery is made...
Top Bottom