Feb 9, 2005 #1 o1568501 Programmer Joined Feb 8, 2005 Messages 14 Location GB Hi, I need to store about 1000 chars in an access database field. It seems that 255 is the max field size, is there any way aroung this? Many thanks
Hi, I need to store about 1000 chars in an access database field. It seems that 255 is the max field size, is there any way aroung this? Many thanks
Feb 9, 2005 #2 traingamer Programmer Joined Jun 18, 2002 Messages 3,270 Location US Make the field a 'Memo' field. traingamer Upvote 0 Downvote
Feb 9, 2005 Thread starter #3 o1568501 Programmer Joined Feb 8, 2005 Messages 14 Location GB Will that do for text? or XML files? Upvote 0 Downvote