Dear all,

I am trying to write code that will append a column to an access database. I have used the code tbl.Columns.Append "Variable" adInteger, but I would really like to format the variable to have one decimal place. Is there a way to do this? Thanks!

D_