Re: access field size?



On Jun 22, 5:37 pm, "Bill Hannan" <w...@xxxxxxxxxxxxx> wrote:
Hi,

Delphi 7, ado, ms access database.

What's the easiest way to find the field size of a text field in a table?

Thanks
Bill

tablename.fieldbyname('fieldname').size or tablenamefieldname.size

.