I currently have a procedure in place that will delete a table if it exists and use the docmd.transferdatabase to import all new data on a weekly basis. This all seems to work fine, the only thing I would like to do is, after importing the table, set the attibute to hidden using VBA. I cannot imagine this task being difficult and probably look foolish asking, but How do I do it. I don't use the createtabledef to create it so I cannot set the attibute with the way I create the table, or can I. Any help is greatly appreciated.