Search results

  1. G

    Simple VBA program

    Hello, I may be requesting a lot, but I have a problem. I have made a program that can identify a entry in a field (ID) and change the quantity of a field. However, if can only identify numbers. I have the code as follows: Option Compare Database Sub AddToInventory() Dim tb As DAO.Recordset Dim...
  2. G

    Basic VBA Question

    Hello, I have an Access sheet that have three fields: InitialLevel, ID, and ID2. InitialLevel is changeable, ID is an autonumber, and ID2 is a changeable text field. I have a program that asks for ID and then locates it and adds one to the InitialLevel. Option Compare Database Sub...
  3. G

    A few questions about a Barcode Scanner program

    Hello, I hope you guys can help me. I have a program that will take keyboard input and add/subtract a "quantity" field of a datasheet. The barcode scanner will input keyboard input. However, here's the problem. Once someone scans the item, I don't want them to press OK on the computer after...
  4. G

    New user needs help

    Hello, I am trying to implement an inventory. I want one simple task- create a program/macro to prompt user input for an ID, then it will add or subtract one from the quantity field of that object. I am trying to use a barcode scanner after this as well, but in the meantime I would like to...
Back
Top Bottom