473,396 Members | 1,933 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Truncated MEMO fields in Access 2007 !!!

First of all - all answers that I could find via Google do not give me any explicit info as to how to handle this problem. So please - do not paste the following link for the hundreth time:

http://allenbrowne.com/ser-63.html

... instead I would really, really appreciate if someone could ultimately state whether:

1) ...there is a way of importing Excel file to Access without truncating text fields containing above 255 characters? Assumption - all pre-eliminary preparations like properly chosen data types (MEMO) in Access are already in place!

2) ... queries in Access cannot transfer more than 255 characters from MEMO fields?

3) ... forms and reports cannot cope with the same problem?

In conclusion this is really ridiculous that in XXI century the biggest technology corporation on the planet cannot create soft that would be allow users to perform simple operations on fields containing more than 255 characters !!!
Oct 7 '10 #1
8 7732
nico5038
3,080 Expert 2GB
Hi Jimmy,

To answer your questions:
1) Yes, a straight forward import will create a new table with a Memo field for that, but just make sure the >255 cell is in the first 8 rows or use an existing table with a memo field.
2) They can, as long as you don't manipulate them (don't use string functions or GroupBy)
3) No problem, as long as you place the Memo field from the field list. The unbound text box will be 255 max!

Nic;o)
Oct 7 '10 #2
NeoPa
32,556 Expert Mod 16PB
  1. There is. I tried it and it worked first time without issue (Access 2003).
  2. This is not true. There are circumstances where it will fail, but this is not a fundamental truth.
  3. Forms and reports can cope with >255 characters perfectly well.

Jimmy Jones:
In conclusion this is really ridiculous that in XXI century the biggest technology corporation on the planet cannot create soft that would be allow users to perform simple operations on fields containing more than 255 characters !!!
You link to a very good article and complain it doesn't answer your questions, yet I found that it gives a fair idea and a few quick tests were all that was required to confirm. From this quoted text I can only assume you didn't bother to read it, as it explains clearly why your rant makes no sense, and why such a limit, in the circumstances where it is applied, is not only sensible, but practically unavoidable for a desktop database engine like Jet.
Oct 7 '10 #3
Thanks for quick replies!

With regard to:
"This is not true. There are circumstances where it will fail, but this is not a fundamental truth."

... could you outline these circumstances ? Maybe I'm doing something wrong but each time I run a query to combine (meaning to put side by side) MEMO fields from different tables I get the same results - only first 255 characters appear...

Thanks!
Oct 7 '10 #4
nico5038
3,080 Expert 2GB
Check out the UNION solution from the link I'm not allowed to post... :-)

Nic;o)
Oct 7 '10 #5
NeoPa
32,556 Expert Mod 16PB
As Nico says, this point is covered in exhaustive detail in the article by Allen Browne that you posted a link to. It even explains why it is that the various scenarios listed each suffer from this truncation. I consider myself pretty good with words generally, but I can't see how I could explain it any better than it appears there.
Oct 7 '10 #6
Thanks man :)

I knew it would come to this :) However, when I click the UNION button the whole SQL code disappears...
Why it happens?

By the way I'm not an IT guy... so that is why I am a little bit frustrated by this. I'm learning Access from scratch and I'm under pressure so I apologize for sarcastic remarks...
Oct 7 '10 #7
NeoPa
32,556 Expert Mod 16PB
I'm not sure I follow you Jimmy. This might make sense if your SQL is the data you're working with. I don't know. I've never noticed a UNION button in Access. Are you working on your SQL directly? I assume you appreciate from the linked article, that any data returned from a UNION query will be truncated anyway yes? The work-around for this (and in many cases the more appropriate version anyway) is to use UNION ALL instead.

I hope this helps but I'm really not sure where you're at ATM.
Oct 7 '10 #8
nico5038
3,080 Expert 2GB
The UNION button isn't known by me, but a NION can only be intered in SQL (text) mode as the graphical query editor can't show two (or more) select statements.

Sometimes I create first the "basic" queries and use a UNION like:
Expand|Select|Wrap|Line Numbers
  1. select * from qry1
  2. UNION 
  3. select * from qry2
  4.  
Success

Nic;o)
Oct 7 '10 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Hugh Welford | last post by:
Hi ... using WIN XP/ FP 2000/ IIS. I need to be able to retieve variable length (>255 characters) messages which have been saved in a memo field in an access data base on the server. I am using...
8
by: skinnybloke | last post by:
Hi - I have a problem with a memo field being truncated to about 255 characters when running a Access 2002 query. This only seems to happen if I use SELECT DISTINCT. It works ok using SELECT by...
2
by: jacoballen | last post by:
I have a query that combines the results of three related tables. The memo fields are truncated to 255 characters, but I need all the information in them. I'm aware that removing code such as...
49
by: Allen Browne | last post by:
If you are looking for opinon on what's useful in Access 2007, there's a new article at: http://allenbrowne.com/Access2007.html Covers what's good (useful features), what's mixed (good and bad),...
16
by: Neil | last post by:
I posted a few days ago that it seems to me that the Access 2007 rich text feature does not support: a) full text justification; b) programmatic manipulation. I was hoping that someone might...
7
by: ARC | last post by:
This is taken from the "What's New in Access 2007" page. However, I've looked through all the properties of a text field memo box, and cannot find the append only option. Does anyone know how to...
2
by: ARC | last post by:
Just curious if anyone is having issues with Acc 2007 once the number of objects and complexity increases? I have a fairly large app, with many linked tables, 100's of forms, queries, reports, and...
0
by: data monkey | last post by:
My company's web application uses mySQL databases. I have linked these tables (Read only) into Access 2007 so I can create queries and reports. Now I need to extract some of the content from these...
7
by: anthony | last post by:
Is there any way that individual words or phrases can be formatted within a memo field? Obviously, the whole field can have formatting applied but I'm interested in being able to format just part...
0
by: Max | last post by:
Hi I am trying to export an Access table to a fixed-width text file. The table contains 2 memo fields of approx. 1000 characters each. I am using the 'Export text wizard' to export. In this...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.