Field Size in Design View

fencie3

Registered User.
Local time
Tomorrow, 02:01
Joined
Oct 11, 2010
Messages
11
Hi,

May I know how to write the field size which is more than 255 in design view?

Thanks.
 
Last edited:
You could use a memo field instead of a text box which will give you a limit of 65,535 charters, if entered through the user interface; 1 gigabyte of character storage when entering data programmatically.
 
Hi,

If let say a question is asking, please enter the field which is more than 255?

Is it I should write > 255 in the format?

Thanks
 
?????????????

In the Design View of the table choose the field and change the Data Type to Memo.
 
Hi Galaxiom,

Sorry I am confused.

Anyway, thanks for clarify as I am new user.
 

Users who are viewing this thread

Back
Top Bottom