My table has an item # defined as text, although it is all numbers ( inherited this). I will be receiving an excel file from time to time with the item # and a value for another field to be updated. My problem is that the Excel file sometimes arrives with the item # as text and other times it is numeric, which gives me a type mismatch in the update query. What is the most efficient solution? I can change the type in the table, but that doesn't solve the problem. Thanks in advance for any ideas!