C
Conor
There is no way to have a variable field size dependent on
the data that is put into it. I would therefore suggest
that you specify the field size to be sufficiently big to
deal with your track names. You can specify the field to
be either a text data type which has a maximum size of 255
characters or you could use a memo data type which allows
up to 64,000 characters.
Hope this helps.
the data that is put into it. I would therefore suggest
that you specify the field size to be sufficiently big to
deal with your track names. You can specify the field to
be either a text data type which has a maximum size of 255
characters or you could use a memo data type which allows
up to 64,000 characters.
Hope this helps.