konquistador
Registered User.
- Local time
- Today, 17:27
- Joined
- Oct 23, 2007
- Messages
- 16
Hi Gurus, need your help yet again.
I have a linked table in Access 2007(link back to SQL Server), and when i look into the values of a 'Memo' Column called "Column_1" in Access, it is just fine.
Now, In a query I am doing the following IIF statement:
Expr1: IIF([table_1].[Column_2]="Cost",[table_1].[Column_1]
But when i see the values of Column_1 now, some of the ending characters are being cut off, i only get half of the entire text.
Should i be doing any type-casting or anything to bring the entire text?
Any help is appreciated.
Thanks,
Kon
I have a linked table in Access 2007(link back to SQL Server), and when i look into the values of a 'Memo' Column called "Column_1" in Access, it is just fine.
Now, In a query I am doing the following IIF statement:
Expr1: IIF([table_1].[Column_2]="Cost",[table_1].[Column_1]
But when i see the values of Column_1 now, some of the ending characters are being cut off, i only get half of the entire text.
Should i be doing any type-casting or anything to bring the entire text?
Any help is appreciated.
Thanks,
Kon