The first visible column, which is determined by the ColumnWidths property, isn't equal to the bound column"
This means that the name you type (which isn't in the database) cant be found, therefore the bound column (the hidden column) cant find a record with a matching auto number. This has...