Search results

  1. V

    Electronics Firmware Burner, DLookup(x2) to Command Line

    This project is a firmware loader for a programmable speaker system. It calls an Exe, and a /parameter using System data scanned by barcode on a form, the form runs Sub RunLoader01() Sub RunLoader01() Dim cn As ADODB.Connection Dim rs As New ADODB.Recordset Set cn = CurrentProject.Connection...
  2. V

    Another darn Parsing / Splitting problem

    I have the SKU/SERIAL# barcoded in code39 as well for an assembly operator to scan with a wand, into a database table. Some marketing genius came up with SKU/SERIAL# as one string seperated by a frontslash "/" however, some SKU's also include at least one frontslash. The SERIAL# is always the...
  3. V

    RecordSet, MoveLast? Copy? Apply to Shell command?

    Lot's going on here, summary: Please excuse my ignorance.... Make table query concatenates three table fields to a new field. F1+F2+F2 = "F1F2F3" in a new field. I need to get that concatenated text string and pass it along as a parameter in an executable. I figure RecordSet is the correct...
Back
Top Bottom