In my GLLUG presentation last year on SQLite, the lightweight, low-maintenance public-domain database, I stated that you cannot alter tables, as you can do in many full-blown relational database systems. Now, with the latest version (3.2.1), you can alter tables, but only to change their names or to add (not remove) columns. Chick