473,394 Members | 1,759 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,394 software developers and data experts.

Memo fields

I really think it's a shame ms access has such a buggy memo field :(

A database that can't store even a paragraph of contiguous text in
2008. M$ rocks!
Jan 3 '08 #1
11 2503
"ch************@yahoo.com" <ch************@yahoo.comwrote:
>I really think it's a shame ms access has such a buggy memo field :(

A database that can't store even a paragraph of contiguous text in
2008. M$ rocks!
What problem(s) are you encountering?

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Jan 4 '08 #2
"The Jet engine stopped the process because you and another user are
attempting to change the same data at the same time."
Jan 4 '08 #3
ch************@yahoo.com wrote:
"The Jet engine stopped the process because you and another user are
attempting to change the same data at the same time."
That means that there is a corrupt field in your database.

Jan 4 '08 #4
"ch************@yahoo.com" <ch************@yahoo.comwrote in
news:34**********************************@c4g2000h sg.googlegroups.com:
I really think it's a shame ms access has such a buggy memo field :(
Possibly someone with your expertise and experience could make some
suggestions about how to improve it.
A database that can't store even a paragraph of contiguous text in
2008.
What's contiguous text? What's non-contiguous text?
M$ rocks!
Some people, after having worked with databases and programming and
application development for more than twenty-five years, after exploring
other operating systems, after trying to poke fun at Bill and MS for a long
time, have concluded that it does.
I am one of those persons.

PS. During my experiences I have learned what a memo field is, how it works
and why JET/ACE may misinterpret the instructions of SQL strings that
reference memo fields. This has helped me to have zero problems with memo
fields over the past several years.

Jan 4 '08 #5
lyle fairfield wrote:
"ch************@yahoo.com" <ch************@yahoo.comwrote in
news:34**********************************@c4g2000h sg.googlegroups.com:
I really think it's a shame ms access has such a buggy memo field :(

Possibly someone with your expertise and experience could make some
suggestions about how to improve it.
don't randomly break? work like a text field, just hold more
characters?

since ms access is not open source, i think we're going to have to
wait till 3020 or therabouts for ms to fix it.

A database that can't store even a paragraph of contiguous text in
2008.

What's contiguous text? What's non-contiguous text?
if i have a paragraph of text i don't want to have to split it into
multiple text fields to store it??

M$ rocks!

Some people, after having worked with databases and programming and
application development for more than twenty-five years,
yawn!

after exploring
other operating systems,
im getting sleepy...

after trying to poke fun at Bill and MS for a long
time, have concluded that it does.
I am one of those persons.
good for you! you haven't helped me a bit! congratulations!

PS. During my experiences I have learned what a memo field is, how it works
and why JET/ACE may misinterpret the instructions of SQL strings that
reference memo fields. This has helped me to have zero problems with memo
fields over the past several years.
are you hinting that there MIGHT be a problem??

it's a free country but i'd rather you didn't respond to any of my
posts. thanks.
Jan 4 '08 #6
"ch************@yahoo.com" <ch************@yahoo.comwrote in
news:3d**********************************@41g2000h sy.googlegroups.com:
"The Jet engine stopped the process because you and another user are
attempting to change the same data at the same time."
Ok, so are you the only user of the database? Is it possible that there
is another user attempting to edit an adjacent record at the time you
are editing yours?

Are you attempting to update the memo field using an SQL update query
while the table is opened for editing by you in a form?

These are situations which may cause the error message you complain
about. If it is a bug, it is likely in your code, not MS-Access code.

--
Bob Quintal

PA is y I've altered my email address.

--
Posted via a free Usenet account from http://www.teranews.com

Jan 4 '08 #7
Bob Quintal wrote:
"ch************@yahoo.com" <ch************@yahoo.comwrote in
news:3d**********************************@41g2000h sy.googlegroups.com:
"The Jet engine stopped the process because you and another user are
attempting to change the same data at the same time."

Ok, so are you the only user of the database?
the only user of that form and that particular table.

Is it possible that there
is another user attempting to edit an adjacent record at the time you
are editing yours?
nope.
Are you attempting to update the memo field using an SQL update query
while the table is opened for editing by you in a form?
no.

These are situations which may cause the error message you complain
about. If it is a bug, it is likely in your code, not MS-Access code.
there is no code behind it.

it says it can't save the record at this time, the field becomes
"#deleted#".

the error message pops up multiple times so you have to close all the
error messages that keep coming up quickly then close the form. upon
returning to the record, the original typed text is there - it was not
deleted.

looking at it again it might be this right join. thanks for your help.

Jan 4 '08 #8
"ch************@yahoo.com" <ch************@yahoo.comwrote in
news:46**********************************@e6g2000p rf.googlegroups.com:
good for you! you haven't helped me a bit! congratulations!
Did you ask for help? I must have missed that. Let me check:
I really think it's a shame ms access has such a buggy memo field :(
A database that can't store even a paragraph of contiguous text in
2008. M$ rocks!
Dang! Still can't see it.
Jan 4 '08 #9
On Jan 4, 1:56 pm, lyle fairfield <lylef...@yah00.cawrote:
"christianlo...@yahoo.com" <christianlo...@yahoo.comwrote innews:46**********************************@e6g200 0prf.googlegroups.com:
good for you! you haven't helped me a bit! congratulations!

Did you ask for help? I must have missed that. Let me check:
i DID ask you to stop responding.

>
I really think it's a shame ms access has such a buggy memo field :(
A database that can't store even a paragraph of contiguous text in
2008. M$ rocks!

Dang! Still can't see it.
i'm not surprised.
Jan 4 '08 #10
"ch************@yahoo.com" <ch************@yahoo.comwrote:
>"The Jet engine stopped the process because you and another user are
attempting to change the same data at the same time."
This and your description of the file indicated that the memo field has become
corrupt. Try deleting that record and re-eintering it.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Jan 8 '08 #11
On Jan 7, 8:14 pm, "Tony Toews [MVP]" <tto...@telusplanet.netwrote:
"christianlo...@yahoo.com" <christianlo...@yahoo.comwrote:
"The Jet engine stopped the process because you and another user are
attempting to change the same data at the same time."

This and your description of the file indicated that the memo field has become
corrupt. Try deleting that record and re-eintering it.
Yes, but this happens frequently.

This describes it:
http://support.microsoft.com/kb/235391/en-us

but the record is not deleted even though it says so. The longer it
sits there, the more of the same error message keeps popping up. Close
the error messages and move off the record, when you return the
original memo entry is there. No corruption, no deletion.

This has been going on for months. It's not a complex join, there's no
code that updates the record, and I have msjet40.dll.

Jan 8 '08 #12

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

Similar topics

2
by: Jeremy | last post by:
I have a pretty straightforward database that is designed to record free-form information about products (date, source and a memo field). This is searched and updated via a form. For new records,...
13
by: ken | last post by:
I have 5 memo fields in one of my tables. I need to add 7 more. Will this be a problem? Am I being paranoid? Thanks
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...
7
by: maffonso | last post by:
Hi guys, My table has a memo field. At the end of the month a run a report and I would like to concatenate the memo fields in a unique field by dept. Im thinking doing this through totals button...
7
by: midlothian | last post by:
Does using CStr on a memo field truncate it to 255 characters? Seems like this is happening with some data in my tables. Is there a way around this?
9
by: RMC | last post by:
Hello, I'm looking for a way to parse/format a memo field within a report. The Access 2000 database (application) has an equipment table that holds a memo field. Within the report, the memo...
4
by: kaplan.gillian | last post by:
Hi everyone, I currently have an Access database that includes quite a few long memo fields. When I create a report of my data, Access does not allow the memo fields to be split with the page...
10
by: ARC | last post by:
This is mainly a speed question. In this example: I have a QuotesHdr table that has a few memo fields. If these memo fields are used extensively by some users, and if their are a large number of...
2
by: steph | last post by:
I have a table with 250 fields. Of course you are wondering why 250 fields... what could I possibly be storing in so many fields? I am using this table as a general import table for files that...
4
by: Wayne | last post by:
I've been asked to construct a database which will require several memo fields. This database will be the standard frontend/backend mdb configuration. I have read many posts describing the...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.