Search results

  1. N

    Barcode system

    Short answer for smaller projects: If the barcode scanner is uploading to a .csv files, you can link directly to those files in Access. Under tables, click link tables, find your source file, and choose it. You might: -keep a library of links to these CSV files and build a merge query to...
  2. N

    Barcode system

    If you expect to be doing this a lot ,this sounds like a visual basic import/export compare-to-a-table problem to me. One way to do this is to always upload the data to the same file, have the file linked in acces.s (close the file before you open the linked table in access) Everytime you open...
  3. N

    Barcode system

    Does your barcode reader output these three peices of data in rapid succession? Do you need three sequential text fields to receive these pieces of data? Are all three pieces of data maybe output in one piece of text you need to break down into smaller tokens? Do the second two need to be...
  4. N

    Barcode system

    The barcode scanner we use works like a really fast keyboard, so what it does is it scans in a serial number and a carriage return. You have to code the after_update event of the target text box to do something else (like add the date and time [now()] to another text box...)
Back
Top Bottom