As Xun mentioned, your dataType for that column is string. You can't convert it to an integer though, once it has data. What you can do is either make sure that you change it before filling the table or you create a new table and use the ImportRow function to import the rows into the new table. Hope...