Steve, This is a great idea. I'm adding some prefs to control whether Member Numbers and Barcode numbers increment automatically, and this table will fit that need perfectly. May I suggest the following change to enable editing with phpMyAdmin CREATE TABLE systempreferences ( variable char(50) NOT NULL, value char(200), PRIMARY KEY (variable) );