DataBase - The text is too long to be edited
Asked By charle
24-May-08 07:37 PM
I created a new Access database using Access 2002 SP3
I made a table and a text field with field size 200
When I try to paste text into this field I get an error message
There is no error number, only a message box with this message.
I have tried everything but the field will not accept a string longer than
50 Chars.
I have even checked for invalid ASCII characters,
there are none, and the field is not linked to any source.
Can anyone tell me why this is happening and what I can do to fix it.
Thanks.
Charles W
KDVnZ2dnUVZ8uidnZ2d
(1)
F4GdnSZVjLdi
(1)
Excel
(1)
OldBookNo
(1)
Database
(1)
NewTitle
(1)
RBrandt
(1)
BookNo
(1)
Chris O'C via AccessMonster.com replied...
The record length you're trying to store might exceed what will fit on a data
page. A data page is 4 KB for Jet 4.0 or 2K for Jet 3.5. The data page
includes the page definition and row definitions so you can only fit about 4,
000 bytes of data per record in Jet 4.0.
Chris
Microsoft MVP
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-tablesdbdesign/200805/1
charle replied...
Chris
I am nowhere near that limit.
I cannot type or paste more than 50 characters into the field
event thought the field size is 200
Charles W
Rick Brandt replied...
Possibility 1: The field size is not what you think it is.
Possibility 2: What you are pasting is longer than you think it is.
Where did you copy or cut this data from? It might include additional
non-printing) characters that you cannot see, but which will be included in
the paste.
Did you copy a row from another table or query? A common mistake in that
regard is not realizing that the column counts are different or that the
order of the columns is not the same.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Chris O'C via AccessMonster.com replied...
Name all of your column names and their data types in the table and list them
in your next post. For each text field, include the field size and whether
it's using compression.
Is the table using Access 2000 database format or newer, or is it using an
earlier version of Access? The db format will show in the title bar of the
db window, but if it's a linked table that won't tell you which db format it
is. You'll have to open the db file the table is in to find that table's db
format.
Chris
Microsoft MVP
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-tablesdbdesign/200805/1
Fre replied...
One more thought. make sure the target field is really empty. (Shift-F2)
Sometimes when there is a line break or something, on a small display it may
look empty but not really be empty.
Chris O'C via AccessMonster.com replied...
Good point.
Chris
Microsoft MVP
--
Message posted via http://www.accessmonster.com
charle replied...
Thanks for your comments....
It was when I tried to paste the text from Excel that I got the
message. I then checked the ASCII values of all the characters
but found nothing that shouldn't be there.
I then tried to type into the field and it would only accept 50 characters.
I increased the text field size from 100 to 200 and then 255 but it made no
difference.
I'm using Microsoft Access 2002 with SP3.
The field names are:
BookID (Autonumber, Key}
OldBookNo (Text)
BookNo (Text)
Title (Text, fieldd size 200)
Date (Text)
Location (text)
Thanks for your help.
Charles W
Jeanette Cunningham replied...
Charles,
Create a new text field, call it NewTitle.
Make NewTitle a memo field. Use this as a way to check how many characters
are being pasted.
Does the same thing happen?
Jeanette Cunningham -- Melbourne Victoria Australia
Building the report in directly in Excel using Excel query wizard would DataBase Building the report in directly in Excel using Excel query wizard would eliminate that problem. Unfortunately, that Smartlist export to Excel feature just can be resource intensive depending on the number of records and machine capabilities Great Plains Discussions Excel (1) Report (1) Smartlist (1) keywords: Building, the, report, in, directly, in, Excel, using, Excel, query, wizard, would description: Building the report in directly in Excel using Excel query wizard
Export To Excel DataBase Have a function that checks for and open copy of Excel using Set objXLS = GetObject(, "Excel.Application") this works great if excel is open. The problem is if the print preview is open in Excel, Excel goes into a never ending loop with a error window flickering on the screen. Is prevent user from getiing stuck in an error loop? Access External Data Discussions Export (1) Excel (1) Function (1) Checks (1) ObjXLS (1) GetObject (1) Application (1) Problem (1) It strikes me this could be a tricky one. If Excel does not respond to automation requests when in print preview, you can't get hold
Externe Daten in EXCEL automatisch einlesen (Office2002) DataBase Hallo an Alle, ich versuche schon l??nger f??r folgendes Problem eine L??sung zu finden: Aus einer Access2002-MDB heruas wird ??ber VBA EXCEL gestartet und aus einer Dim Excel As Excel.Application Set Excel = CreateObject Excel.application") If Excel Is Nothing Then MsgBox "Konnte keine Verbindung zu Excel herstellen!", 16, Exit Sub End If Excel.Visible = True Excel.Workbooks.Open ("C: \ Projekte \ Access
Excel with Integration Manager DataBase Is it possible to use Excel as the source for Integration Manager in GP 9.0? Thanks Great Plains Discussions Microsoft Excel (1) Excel 2007 (1) Excel (1) Blogster (1) Mariano (1) Nifong (1) Yes, It is possible to use spreadsheets from all versions of Microsoft Excel including Excel 2007. Someone asked a similar question in the past days and while the question addressed want to import, including the column titles. When you define the source in IM, choose Excel and you'll see the named range you defined listed as a table, if i