I am getting a runtime error -2147352567(80020009) while using this code if the employee types a number into a combo box instead of using the scanner, is there a way to stop the error from popping up?
Private Sub Shop_Order_Number_AfterUpdate()
Static abort As Boolean
If abort Then abort...