> Should be more like this shouldnt it? > > ALTER TABLE test > ADD COLUMN testNum BYTE NOT NULL WITH DEFAULT 5 > > You need the WITH clause.....
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q266694 has ALTER TABLE Test ADD TestColumn INT NOT NULL DEFAULT -1 for use in SQL Server. Doesn't work in Access 2000 though. -- Aidan Whitehall <[EMAIL PROTECTED]> Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

