I have a data grid that displays a list of items for an order. It has a dropdown box to allow selection of item descriptions. Capturing the description from the combo box and placing it into the grid works fine. I then update an item file (in addition to the order file) with the description and refresh the order recordset. But when the user tries to exit the column after the combo box is hidden, the cursor doesn't move to the next column. I get a data access error. Any ideas how to implement this?