can anyone tell me why at startup and on a bad read this program cycles thru the comm event 2-3 times? I"ve tried turning it off with inBufferCount, but it didn't work. It's an app for a stationary raster scanner.
Option Explicit
Public prod As String
Public lot As String
Public scan As String
Public conn As ADODB.Connectio n
Public rs As ADODB.Recordset
Public cmd As ADODB.Command...