255 fied size inadequate

  • Thread starter Thread starter Skylight Steve
  • Start date Start date
S

Skylight Steve

I need to be able to place much more than 255 characters into a field in
ACCESS. Is there some way to have a field linked to a WORD file but look to
the user as if they are inputting the data into an ACCESS form field? Or is
there a better way?
 
Memo fields can hold up to 64K characters (or even more if you work at it).
However memo fields have some weaknesses such as being more difficult to
export; not being able to sort easily; no indexing; very slow when searching;
and are know to increase the possibility of database corruption.
 
On Fri, 24 Oct 2008 10:35:06 -0700, Skylight Steve <Skylight
I need to be able to place much more than 255 characters into a field in
ACCESS. Is there some way to have a field linked to a WORD file but look to
the user as if they are inputting the data into an ACCESS form field? Or is
there a better way?

Change the datatype from Text to Memo. That will give you up to a billion
bytes if you need it (65536 bytes with no effort at all).
 

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

Back
Top