Thanks. I got a statement like this.
CREATE TABLE tblRec ( recID int IDENTITY(1,1), recName varchar(50), recMessage ?????, recFrom varchar(50), recTo varchar(50), recDate date, recURL varchar(255), recArticleID int, recMediaID int, recPickedUp smallint, ) Could you help me with the following question ? How do I make the recMessage to store more than 255 characters ? Would varchar 300 work ? or what's the ACCESS's memo correspondence in SQL ? --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
