field limit
From: accessnewbie (accessnewbie_at_discussions.microsoft.com)
Date: 02/03/05
- Next message: accessnewbie: "field limits"
- Previous message: timlow: "Re: Using "Last" to return last record in result set, not working."
- Next in thread: John Spencer (MVP): "Re: field limit"
- Reply: John Spencer (MVP): "Re: field limit"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Feb 2005 12:23:06 -0800
I have a union query based off two tables. The sql statements are posted
below. The problem I am having is that the "Description" column is cutting
off after 255 characters. My Description field is selected to Memo in the
table. Is there something else I need to do?
SELECT [Customer], [Date Received], [Type], [Region], [Requestor],
[Description], [Date Completed] FROM [Barbara WIP]
WHERE [Type]="CPA"
UNION
SELECT [Customer], [Date Received], [Type], [Region], [Requestor],
[Description], [Date Completed] FROM [Barbara WIP]
WHERE [Type]="Procurement Agreement"
- Next message: accessnewbie: "field limits"
- Previous message: timlow: "Re: Using "Last" to return last record in result set, not working."
- Next in thread: John Spencer (MVP): "Re: field limit"
- Reply: John Spencer (MVP): "Re: field limit"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|