I have a tabbed form in my database. The top section of the form contains the customer information. Then the tabbed section contains information regarding different agreements my company has with the customer. The information on each of the tabs is housed in a different table. This database has been up and running fine for a couple months. I have just started getting a weird error message, and I cannot figure out what it means. The error message reads "The object doesn't contain the Automation object 'Main Table.' You tried to run a visual basic procedure to set a property or method for an object. However, the component doesn't make the property or method available for Automation operations. Check the component's documentation for information on the properties and methods it makes available for Automation operations." The only thing that I have done to this database in the last couple weeks is copy the structure of a couple tables, because my manager wants "Archive" tables in the same database. I can add a record to the query behind my form, but I cannot add a record to my form without getting this message. What does this message mean? What do I need to do to correct it?