Hi,
varchar( n ) in MS SQL Server was used to be TEXT(n) in Jet, through
the User Interface, but preferable to use VARCHAR(n) if you define your
table through DDL (Jet 4.0), since it seems that recently, TEXT(n) has
become equivalent to the MS SQL Server char(n) data type ( a fixed string
of n characters, rather than a variable length string of characters). Note
that TEXT in MS SQL Server is MEMO in Jet.
Hoping it may help,
Vanderghast, Access MVP
> Group
>
[quoted text clipped - 15 lines]
>
> mike (dot) sundman (at) ctd1. ((com))