
April 4th, 2006, 09:55 PM
|
|
Contributing User
|
|
Join Date: Oct 2003
Location: Perth, Western Australia
Posts: 57
Time spent in forums: 4 h 54 m
Reputation Power: 9
|
|
|
Memo field cut off in query results
hey there. i have a simple query running on a table with a memo field in it, but when i output the results the memo field gets cut off at 31 characters. weird eh? if i query this though:
SELECT *,Mid(answer,1,Len(answer)) AS answerLong FROM answers
answerLong outputs as the full string. anyone encountered this before?
|