Timtropolis
Registered User.
- Local time
- Yesterday, 21:25
- Joined
- Jun 17, 2004
- Messages
- 84
Hi all,
I've seen this topic posted but haven't seen any answers that fit or work so I'll post again.
I am desiging a database in Access2002. The database has approximately 15 memo fields across 5 tables. My issue is that when I write my query to pull in the memo fields for a report, the memo fields are being truncated, but not all the time. I have 3 fields, a Control and Issues field which are being truncated at 255 characters and an Action plan field which doesn't get truncated at all.
Inspection of the data in the tables shows no truncation so I know my import functions are working correctly. The query is where I see the truncation. Here are some particulars:
> I am not using any aggregate functions in the query (I understand that
aggregate queries or queries using calculations/totals will cause problems).
> I do create some custom fields on the fly that I use for sorting purposes
(since you can't sort on a memo field).
> the amount of the data in memo fields are not overly huge... nothing over
3000 characters
At this point I'm stumped and would appreciate any input on anyone who has knowledge of this problem.
TIA,
Tim
I've seen this topic posted but haven't seen any answers that fit or work so I'll post again.
I am desiging a database in Access2002. The database has approximately 15 memo fields across 5 tables. My issue is that when I write my query to pull in the memo fields for a report, the memo fields are being truncated, but not all the time. I have 3 fields, a Control and Issues field which are being truncated at 255 characters and an Action plan field which doesn't get truncated at all.
Inspection of the data in the tables shows no truncation so I know my import functions are working correctly. The query is where I see the truncation. Here are some particulars:
> I am not using any aggregate functions in the query (I understand that
aggregate queries or queries using calculations/totals will cause problems).
> I do create some custom fields on the fly that I use for sorting purposes
(since you can't sort on a memo field).
> the amount of the data in memo fields are not overly huge... nothing over
3000 characters
At this point I'm stumped and would appreciate any input on anyone who has knowledge of this problem.
TIA,
Tim