473,396 Members | 1,780 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.

Error 3167 Record is Deleted **

Error 3167 Record is deleted
And
Sometimes the main entry form displays a record in the form where all
fields are "#Delete"

Why do we get this error sometimes (about 2 times a week)?
It happens from different users and on different workstations.
Also in this application no records are ever deleted and would be
difficult for a user to delete a record

Environment:
Access 2003 (converted from Access 97)
XP workstations, jet 4 with SP 2
Split into Front and Back end, both mdb's
Large databases, FE, 39m, BE, 140m
The main table has a large record length but the system functioned
find in ver 97

Thanks for any responses!
Feb 14 '08 #1
2 17747
da******@verizon.net wrote:
Error 3167 Record is deleted
And
Sometimes the main entry form displays a record in the form where all
fields are "#Delete"

Why do we get this error sometimes (about 2 times a week)?
It happens from different users and on different workstations.
Also in this application no records are ever deleted and would be
difficult for a user to delete a record

Environment:
Access 2003 (converted from Access 97)
XP workstations, jet 4 with SP 2
Split into Front and Back end, both mdb's
Large databases, FE, 39m, BE, 140m
The main table has a large record length but the system functioned
find in ver 97

Thanks for any responses!
The form characteristics you describe seems to be that a record
initially displayed has been deleted. I seem to recall having seen that
previously.

I personally have seen error 3167 due to corruption in a replicated
database. Try to import all the existing back end tables into a new
database. If it works with out error, you do not have corruption, at
least the same kind of thing I experienced.

As I recall, the speculation about my 3167 error was that the external
pointer to a memo field was corrupt. maybe this will help point you in
the right direction.

HTH

Bob
Feb 14 '08 #2
da******@verizon.net wrote:
>Error 3167 Record is deleted
You get that as a message? Then, as Bob states, that's a sign of corruption. You
might only have a record, or as Bab points out, a corrupt memo field.

See the Locating damage via code section at the following page.
"A method to locate minor corruption, especially in memo fields is to write some code
which loops through the records looking for an error when accessing the memo
field(s)."
http://www.granite.ab.ca/access/corr...uptrecords.htm
>XP workstations, jet 4 with SP 2
SP 2? Ah, you mean Win XP SP2.

Jet 4.0 (msjet40.dll) version number should be 4.0.8618.0 as per Microsoft Security
Bulletin MS04-014.

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/
Feb 14 '08 #3

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

Similar topics

8
by: Steve | last post by:
I have several pairs of synchronized subforms in an application. I have a Delete button for each pair that uses the following code or similar to delete a record in the second subform: ...
2
by: Ronny Sigo | last post by:
Hello all, I have made a form with a button to delete the current record. When clicking the button, I get a errmsg "Reserved error" I don't know what this means. And even though I have put...
6
by: Squirrel | last post by:
I have a command button on a subform to delete a record. The only statement in the subroutine is: DoCmd.RunCommand acCmdDeleteRecord The subform's recordsource is "select * from tblVisit order...
3
by: bill_hounslow | last post by:
I'm trying to transfer data from one Sql Server into a table on another, using a simple INSERT query in an Access database with links to tables on both servers (the reasons for this are complicated...
4
by: dhcomcast | last post by:
We're starting to use Oracle for the back-end instead of a separate Access .mdb file for the data and everything as gone surprisingly well so far. We are learning Oracle as we go; Yikes! But we...
1
by: iam247 | last post by:
Hi I am a relative beginner with SQL and ASP. With some help after previous posts I have a page which successfully requests querystrings from another page and deletes a record from an access...
1
by: merco | last post by:
HI, i have an access MDB linked by ODBC to SQL2k. I get a strange behaviour when i do an INSERT INTO to a local Mdb table from "LEFT OUTER JOINED" SQL tables. If the related table hasn't...
5
by: prakashwadhwani | last post by:
The Delete Event/Proc & "Save_Fields_In_Form_Header" Event/Proc in my form were working perfectly. However, after I added a call to the "Save_Fields_In_Form_Header" Event/Proc in the...
2
by: Michael R | last post by:
Hello. I have a form with 2 sub-forms in it. One is sfrmFormulations, other is sfrmCategories. Logically, tblFormulations and tblCategories related on one-to-many basis and have delete and update...
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...
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
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.