George Ionescu said: > CREATE TABLE [Orders] ([OrderID] AFFINITY INT, [CustomerID] AFFINITY > VARCHAR(5))
> > AFFINITYINT,[Cu Try this instead: CREATE TABLE Orders (OrderID int, CustomerID varchar(5)); That should give you something closer to the expected results. Clay -- Lazarus Notes from Lazarus Internet Development http://www.lazarusid.com/notes/ Articles, Reviews and Commentary on web development

