Re: how do you delete an invalid argument in access
From: Allen Browne (AllenBrowne_at_SeeSig.Invalid)
Date: 09/10/04
- Next message: Stephen Lebans: "Re: RichText in continuous form"
- Previous message: JohnC: "Re: Set properties of a Tab page"
- In reply to: Deb: "how do you delete an invalid argument in access"
- Next in thread: Marshall Barton: "Re: how do you delete an invalid argument in access"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 10 Sep 2004 11:12:42 +0800
Hi Deb
This problem is the result of a data corruption, and is not caused by
something you did.
To rebuild your database, see the article:
Recovering from Corruption
at:
http://members.iinet.net.au/~allenbrowne/ser-47.html
particularly the 2nd symptom:
Symptom: Some table rows show #Deleted
As the article explains, you can rescue your data into a rebuilt table,
provided you do not refer to the problem row. For example, if the problem
row is autonumber 88, you would rescue the data with a query that has
criteria of:
<= 87 OR >= 89
-- Allen Browne - Microsoft MVP. Perth, Western Australia. Tips for Access users - http://allenbrowne.com/tips.html Reply to group, rather than allenbrowne at mvps dot org. "Deb" <Deb@discussions.microsoft.com> wrote in message news:EE31E61C-4587-429E-92AE-EFC48218991C@microsoft.com... > In our table we have 1 line that has #Error all across the line. We have > all > the information above and below but we can't get this line to delete. It > continues to give us a "invalid argument" and it just keeps popping up and > we > can't do anything in our table. We don't know what happened to cause this. > Can anyone help us?
- Next message: Stephen Lebans: "Re: RichText in continuous form"
- Previous message: JohnC: "Re: Set properties of a Tab page"
- In reply to: Deb: "how do you delete an invalid argument in access"
- Next in thread: Marshall Barton: "Re: how do you delete an invalid argument in access"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|