question about access...

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top