Contents of the Memo field may appear as control characters when you use the GROUP BY clause on the Memo field in a query in Microsoft Access (889490)
The information in this article applies to:
- Microsoft Office Access 2003
- Microsoft Access 2002
- Microsoft Access 2000
This article applies only to a
Microsoft Access database (.mdb).
Novice: Requires knowledge of the
user interface on single-user computers.
SYMPTOMSWhen you use the GROUP BY clause on a Memo field in a query in
Microsoft Access, the contents of the Memo field may appear as control
characters that are similar to the following: "[]".WORKAROUNDTo work around this problem, use one of the following
methods.
- In
the Design view of the query, change GROUP BY to
FIRST in the Total row of the Memo field
column.
- In
the Design view of the query, create an expression in a blank column, and use
the Left function on the Memo field. For example, type the
following in the Field row in the first blank column of the
query:
MyMemo: Left(Notes, 10000).
Note When you sort or group on a Text field or on a Memo field in
Access, only the first 255 characters are used to sort on or to group
on.
STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 1/6/2005 |
---|
Keywords: | kbQuery kbDatabase kbtshoot kbprb KB889490 kbAudDeveloper kbAudEndUser |
---|
|