A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Corruption or design flaw?



 
 
Thread Tools Display Modes
  #1  
Old September 5th, 2006, 12:17 PM posted to microsoft.public.access.gettingstarted
Jack Sheet
external usenet poster
 
Posts: 70
Default Corruption or design flaw?

Hi all



I have a database in Access 2003 (2002-2003 file format).

There is a form that updates a query table.

On certain records, updating the entry for one particular field on the form
does NOT reflect in the relevant field being updated in the query table. On
those records where this effect is observed, it happens every time however
many times I attempt to alter the field via the form.



It occurs to me that there are two possible explanations for this
undesirable behaviour:

(1) Design flaw (most likely explanation), or

(2) Data corruption



I wish to eliminate data corruption as a cause, before I spend time hunting
for a design flaw. Is there a procedure for doing this (and identifying
corrupt records)? Should I assume that the possibility of data corruption
is so vanishingly unlikely that it is not worth considering?



I have been through the Tools/Compact and Repair option already.




Thanks


--
Return email address is not as DEEP as it appears


  #2  
Old September 5th, 2006, 12:36 PM posted to microsoft.public.access.gettingstarted
Jack Sheet
external usenet poster
 
Posts: 70
Default Corruption or design flaw?

Belay that - problem solved. Sorry to have troubled you

"Jack Sheet" wrote in message
...
Hi all



I have a database in Access 2003 (2002-2003 file format).

There is a form that updates a query table.

On certain records, updating the entry for one particular field on the
form does NOT reflect in the relevant field being updated in the query
table. On those records where this effect is observed, it happens every
time however many times I attempt to alter the field via the form.



It occurs to me that there are two possible explanations for this
undesirable behaviour:

(1) Design flaw (most likely explanation), or

(2) Data corruption



I wish to eliminate data corruption as a cause, before I spend time
hunting for a design flaw. Is there a procedure for doing this (and
identifying corrupt records)? Should I assume that the possibility of
data corruption is so vanishingly unlikely that it is not worth
considering?



I have been through the Tools/Compact and Repair option already.




Thanks


--
Return email address is not as DEEP as it appears



  #3  
Old September 5th, 2006, 01:56 PM posted to microsoft.public.access.gettingstarted
Klatuu
external usenet poster
 
Posts: 7,074
Default Corruption or design flaw?

It would be nice if you shared with us what the resolution was. There may be
others that could benefit from what you have done.

"Jack Sheet" wrote:

Belay that - problem solved. Sorry to have troubled you

"Jack Sheet" wrote in message
...
Hi all



I have a database in Access 2003 (2002-2003 file format).

There is a form that updates a query table.

On certain records, updating the entry for one particular field on the
form does NOT reflect in the relevant field being updated in the query
table. On those records where this effect is observed, it happens every
time however many times I attempt to alter the field via the form.



It occurs to me that there are two possible explanations for this
undesirable behaviour:

(1) Design flaw (most likely explanation), or

(2) Data corruption



I wish to eliminate data corruption as a cause, before I spend time
hunting for a design flaw. Is there a procedure for doing this (and
identifying corrupt records)? Should I assume that the possibility of
data corruption is so vanishingly unlikely that it is not worth
considering?



I have been through the Tools/Compact and Repair option already.




Thanks


--
Return email address is not as DEEP as it appears




  #4  
Old September 5th, 2006, 05:09 PM posted to microsoft.public.access.gettingstarted
John Vinson
external usenet poster
 
Posts: 4,033
Default Corruption or design flaw?

On Tue, 5 Sep 2006 12:17:19 +0100, "Jack Sheet"
wrote:

There is a form that updates a query table.


Just bear in mind - there is NO SUCH THING as a "query table".

Data is stored in Tables, and only in Tables.

Data can be combined, filtered, and sorted using Queries - but a Query
is *not* a table, and the data in a query has no independent
existance; it depends 100% on the underlying Tables.

John W. Vinson[MVP]
  #5  
Old September 5th, 2006, 10:52 PM posted to microsoft.public.access.gettingstarted
Jerry Whittle
external usenet poster
 
Posts: 4,732
Default Corruption or design flaw?

Yea. Even if it's embarrasing. Like the time I spent over 2 hours
troubleshooting a car that wouldn't start only to find that it was out of
gas......

Or in Access when I made a complete fool out of myself in front of a college
class trying to show them how to use Excel to update an Access table and it
wouldn't work. Little did I know that MS removed that functionality due to a
patent infringement case during a recent service pack.
--
Jerry Whittle
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"Klatuu" wrote:

It would be nice if you shared with us what the resolution was. There may be
others that could benefit from what you have done.

"Jack Sheet" wrote:

Belay that - problem solved. Sorry to have troubled you

"Jack Sheet" wrote in message
...
Hi all



I have a database in Access 2003 (2002-2003 file format).

There is a form that updates a query table.

On certain records, updating the entry for one particular field on the
form does NOT reflect in the relevant field being updated in the query
table. On those records where this effect is observed, it happens every
time however many times I attempt to alter the field via the form.



It occurs to me that there are two possible explanations for this
undesirable behaviour:

(1) Design flaw (most likely explanation), or

(2) Data corruption



I wish to eliminate data corruption as a cause, before I spend time
hunting for a design flaw. Is there a procedure for doing this (and
identifying corrupt records)? Should I assume that the possibility of
data corruption is so vanishingly unlikely that it is not worth
considering?



I have been through the Tools/Compact and Repair option already.




Thanks


--
Return email address is not as DEEP as it appears




  #6  
Old September 6th, 2006, 07:55 AM posted to microsoft.public.access.gettingstarted
Jack Sheet
external usenet poster
 
Posts: 70
Default Corruption or design flaw?

Thanks, John - sloppy. Will do better

"John Vinson" wrote in message
...
On Tue, 5 Sep 2006 12:17:19 +0100, "Jack Sheet"
wrote:

There is a form that updates a query table.


Just bear in mind - there is NO SUCH THING as a "query table".

Data is stored in Tables, and only in Tables.

Data can be combined, filtered, and sorted using Queries - but a Query
is *not* a table, and the data in a query has no independent
existance; it depends 100% on the underlying Tables.

John W. Vinson[MVP]



  #7  
Old September 6th, 2006, 08:01 AM posted to microsoft.public.access.gettingstarted
Jack Sheet
external usenet poster
 
Posts: 70
Default Corruption or design flaw?

Embarrassing to me? certainly. Helpful to others? I doubt it, but you can
judge.

Some eejit had created (in error) some duplicate records in the table
without my knowledge. The record that I THOUGHT that I was updating via the
form was the duplicate record. The report that I was using to check the
progress (correctly) filtered out the (now amended) duplicate record, but
left the original (unedited) record displayed.

"Klatuu" wrote in message
...
It would be nice if you shared with us what the resolution was. There may
be
others that could benefit from what you have done.

"Jack Sheet" wrote:

Belay that - problem solved. Sorry to have troubled you

"Jack Sheet" wrote in message
...
Hi all



I have a database in Access 2003 (2002-2003 file format).

There is a form that updates a query table.

On certain records, updating the entry for one particular field on the
form does NOT reflect in the relevant field being updated in the query
table. On those records where this effect is observed, it happens
every
time however many times I attempt to alter the field via the form.



It occurs to me that there are two possible explanations for this
undesirable behaviour:

(1) Design flaw (most likely explanation), or

(2) Data corruption



I wish to eliminate data corruption as a cause, before I spend time
hunting for a design flaw. Is there a procedure for doing this (and
identifying corrupt records)? Should I assume that the possibility of
data corruption is so vanishingly unlikely that it is not worth
considering?



I have been through the Tools/Compact and Repair option already.




Thanks


--
Return email address is not as DEEP as it appears






  #8  
Old September 6th, 2006, 11:13 PM posted to microsoft.public.access.gettingstarted
gls858
external usenet poster
 
Posts: 473
Default Corruption or design flaw?

Jerry Whittle wrote:
Yea. Even if it's embarrasing. Like the time I spent over 2 hours
troubleshooting a car that wouldn't start only to find that it was out of
gas......

snip

Don't feel too bad I had a similar incident only in my case the
car wasn't in park :-)

gls858
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:19 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.