Hi, How do I create a TEXT field ? Bo = App.DB.Baseobject("Table1") If BO <> Nil then Fld = BO.CreateField( 17, ???, ???) //creation of text field. End if Searched doc's but can't locate this. I know I must supply segment size and language but how are these expressed ? Thank you. Barney