O ofekalef Registered User. Local time Tomorrow, 01:58 Joined Aug 14, 2010 Messages 14 Aug 23, 2010 #1 Hi! I need a field that have more than 255 characters. How can I do it? Thank you very much
J JANR Registered User. Local time Tomorrow, 00:58 Joined Jan 21, 2009 Messages 1,623 Aug 23, 2010 #2 How about memofield?? JR
John Big Booty AWF VIP Local time Tomorrow, 08:58 Joined Aug 29, 2005 Messages 8,262 Aug 23, 2010 #3 Try a text box set as Memo type which has a limit of 65536 characters.
boblarson Smeghead Local time Today, 15:58 Joined Jan 12, 2001 Messages 32,059 Aug 23, 2010 #4 John Big Booty said: ...which has a limit of 65536 characters. Click to expand... Or 2 Million if you use VBA to read/write to it.
John Big Booty said: ...which has a limit of 65536 characters. Click to expand... Or 2 Million if you use VBA to read/write to it.
Rabbie Super Moderator Local time Today, 23:58 Joined Jul 10, 2007 Messages 5,906 Aug 23, 2010 #5 But see this article about Memo fields
boblarson Smeghead Local time Today, 15:58 Joined Jan 12, 2001 Messages 32,059 Aug 23, 2010 #6 Rabbie said: But see this article about Memo fields Click to expand... Yep, good material to know and be aware of when dealing with them. Thanks for adding that on.
Rabbie said: But see this article about Memo fields Click to expand... Yep, good material to know and be aware of when dealing with them. Thanks for adding that on.