Earl, Doug, Brian,
thank you again for all your help.
It's so close to working the way I want, but
Code:
Me.EquipmentTableAdapter.Update(Me.APC_WirelessDataSet.Equipment)
Me.EquipmentTableAdapter.ClearBeforeFill = True
Me.EquipmentTableAdapter.Fill(Me.APC_WirelessDataSet.Equipment)
doesn't work exactly the way I thought it would.
The Fill clause shows all the equipment serial numbers ...
If I comment it out, the rows I just scanned in still show in the datagrid.
What am I missing?
Karen