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 » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Field 'disappears' from table ...



 
 
Thread Tools Display Modes
  #1  
Old August 25th, 2006, 02:24 PM posted to microsoft.public.access.tablesdbdesign
Robin
external usenet poster
 
Posts: 10
Default Field 'disappears' from table ...

Hi

I've had this happen a couple of times (and have worked out a workaround)
but was wondering whether anyone can shed any light on it.

I'll edit the design of a table by adding a new field and when I go to enter
data in it ... it's not there... so I attempt to remake the field and (if I
use the same name) I'm told that a field of that name already exists - but I
can't see it.

When this hapens in a table my workaround involves adding yet another field
(called something like 'empty') and the previous one reappears (but the
field called 'empty' is invisible)

Has anyone seen this before? Any explanations?

Thanks

Robin


  #2  
Old August 25th, 2006, 02:48 PM posted to microsoft.public.access.tablesdbdesign
Allen Browne
external usenet poster
 
Posts: 11,706
Default Field 'disappears' from table ...

Never seen that. Something is wrong with the database.

You haven't just typed over the top of one of the fields, replacing it with
something else?

Try these basic repair steps.
1. Uncheck the boxes under:
Tools | Options | General | Name AutoCorrect
Explanation of why:
http://allenbrowne.com/bug-03.html

2. Compact the database to get rid of this junk:
Tools | Database Utilities | Compact/Repair

3. Close Access. Make a backup copy of the file. Decompile the database by
entering something like this at the command prompt while Access is not
running. It is all one line, and include the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"

4. Open Access (holding down the Shift key if you have any startup code),
and compact again.

--
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.

"Robin" wrote in message
...

I've had this happen a couple of times (and have worked out a workaround)
but was wondering whether anyone can shed any light on it.

I'll edit the design of a table by adding a new field and when I go to
enter data in it ... it's not there... so I attempt to remake the field
and (if I use the same name) I'm told that a field of that name already
exists - but I can't see it.

When this hapens in a table my workaround involves adding yet another
field (called something like 'empty') and the previous one reappears (but
the field called 'empty' is invisible)

Has anyone seen this before? Any explanations?



  #3  
Old August 25th, 2006, 03:37 PM posted to microsoft.public.access.tablesdbdesign
Robin
external usenet poster
 
Posts: 10
Default Field 'disappears' from table ...

Thanks for the quick reply Allen.

Your suggestions don't seem to have made any difference - I think there must
be some more basic corruption creeping in.

The problem has occurred before - I thought I'd better check first around
the Web if it was a well known glitch before I asked on a newsgroup - but
apparently not...

Robin


"Allen Browne" wrote in message
...
Never seen that. Something is wrong with the database.

You haven't just typed over the top of one of the fields, replacing it
with something else?

Try these basic repair steps.
1. Uncheck the boxes under:
Tools | Options | General | Name AutoCorrect
Explanation of why:
http://allenbrowne.com/bug-03.html

2. Compact the database to get rid of this junk:
Tools | Database Utilities | Compact/Repair

3. Close Access. Make a backup copy of the file. Decompile the database by
entering something like this at the command prompt while Access is not
running. It is all one line, and include the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"

4. Open Access (holding down the Shift key if you have any startup code),
and compact again.

--
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.

"Robin" wrote in message
...

I've had this happen a couple of times (and have worked out a workaround)
but was wondering whether anyone can shed any light on it.

I'll edit the design of a table by adding a new field and when I go to
enter data in it ... it's not there... so I attempt to remake the field
and (if I use the same name) I'm told that a field of that name already
exists - but I can't see it.

When this hapens in a table my workaround involves adding yet another
field (called something like 'empty') and the previous one reappears (but
the field called 'empty' is invisible)

Has anyone seen this before? Any explanations?





  #4  
Old August 25th, 2006, 03:47 PM posted to microsoft.public.access.tablesdbdesign
Allen Browne
external usenet poster
 
Posts: 11,706
Default Field 'disappears' from table ...

You are saying that you eliminated the amazing Name AutoCorrupt feature as
suggested, performed a compact/repair, checked everything is okay, and then
as soon as you added a new field to your table, you instantly lost one of
your existing ones?

Something is *drastically* wrong here. Under rare circumstances, it is
possible for a field to go bad, but it is not possible for any normal
database to have a repeatable problem like that.

--
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.

"Robin" wrote in message
...
Thanks for the quick reply Allen.

Your suggestions don't seem to have made any difference - I think there
must be some more basic corruption creeping in.

The problem has occurred before - I thought I'd better check first around
the Web if it was a well known glitch before I asked on a newsgroup - but
apparently not...

Robin


"Allen Browne" wrote in message
...
Never seen that. Something is wrong with the database.

You haven't just typed over the top of one of the fields, replacing it
with something else?

Try these basic repair steps.
1. Uncheck the boxes under:
Tools | Options | General | Name AutoCorrect
Explanation of why:
http://allenbrowne.com/bug-03.html

2. Compact the database to get rid of this junk:
Tools | Database Utilities | Compact/Repair

3. Close Access. Make a backup copy of the file. Decompile the database
by entering something like this at the command prompt while Access is not
running. It is all one line, and include the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"

4. Open Access (holding down the Shift key if you have any startup code),
and compact again.

"Robin" wrote in message
...

I've had this happen a couple of times (and have worked out a
workaround) but was wondering whether anyone can shed any light on it.

I'll edit the design of a table by adding a new field and when I go to
enter data in it ... it's not there... so I attempt to remake the field
and (if I use the same name) I'm told that a field of that name already
exists - but I can't see it.

When this hapens in a table my workaround involves adding yet another
field (called something like 'empty') and the previous one reappears
(but the field called 'empty' is invisible)

Has anyone seen this before? Any explanations?



  #5  
Old August 25th, 2006, 04:27 PM posted to microsoft.public.access.tablesdbdesign
LauriS
external usenet poster
 
Posts: 65
Default Field 'disappears' from table ...

When you say the field is 'invisible' and that you 'can't see it' - where?
Where are you entering data (datasheet view, a form, etc.)?

Lauri


"Robin" wrote:

I'll edit the design of a table by adding a new field and when I go to enter
data in it ... it's not there... so I attempt to remake the field and (if I
use the same name) I'm told that a field of that name already exists - but I
can't see it.

  #6  
Old August 29th, 2006, 01:04 PM posted to microsoft.public.access.tablesdbdesign
Robin
external usenet poster
 
Posts: 10
Default Field 'disappears' from table ...

That's not exactly what's happening... On odd occasions I make a new field
in design view, save the table and switch to data entry mode - and the *new*
field is nowhere to be seen. So I think, 'duh, forgot to save my changes'
and attempt to remake the field (using the same name) and get the message
that it can't be done as a field with that name already exists... So instead
of calling my new field "NewField", I call it "NewField1" - now when I go to
enter data, "NewField" is visible but "NewField1" is not.

So the last made field is always invisible...

Robin


"Allen Browne" wrote in message
...
You are saying that you eliminated the amazing Name AutoCorrupt feature as
suggested, performed a compact/repair, checked everything is okay, and
then as soon as you added a new field to your table, you instantly lost
one of your existing ones?

Something is *drastically* wrong here. Under rare circumstances, it is
possible for a field to go bad, but it is not possible for any normal
database to have a repeatable problem like that.

--
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.

"Robin" wrote in message
...
Thanks for the quick reply Allen.

Your suggestions don't seem to have made any difference - I think there
must be some more basic corruption creeping in.

The problem has occurred before - I thought I'd better check first around
the Web if it was a well known glitch before I asked on a newsgroup - but
apparently not...

Robin


"Allen Browne" wrote in message
...
Never seen that. Something is wrong with the database.

You haven't just typed over the top of one of the fields, replacing it
with something else?

Try these basic repair steps.
1. Uncheck the boxes under:
Tools | Options | General | Name AutoCorrect
Explanation of why:
http://allenbrowne.com/bug-03.html

2. Compact the database to get rid of this junk:
Tools | Database Utilities | Compact/Repair

3. Close Access. Make a backup copy of the file. Decompile the database
by entering something like this at the command prompt while Access is
not running. It is all one line, and include the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"

4. Open Access (holding down the Shift key if you have any startup
code), and compact again.

"Robin" wrote in message
...

I've had this happen a couple of times (and have worked out a
workaround) but was wondering whether anyone can shed any light on it.

I'll edit the design of a table by adding a new field and when I go to
enter data in it ... it's not there... so I attempt to remake the field
and (if I use the same name) I'm told that a field of that name already
exists - but I can't see it.

When this hapens in a table my workaround involves adding yet another
field (called something like 'empty') and the previous one reappears
(but the field called 'empty' is invisible)

Has anyone seen this before? Any explanations?





  #7  
Old August 29th, 2006, 01:13 PM posted to microsoft.public.access.tablesdbdesign
Robin
external usenet poster
 
Posts: 10
Default Field 'disappears' from table ...

After creatng the field in design mode and saving the table, I then try to
enter data but cant see the field - even in datasheet view. When I return to
the design view it's also missing the field (although the table still
believes it exists - see below.)

It's also not possible to 'see' the field if I refer to it by name in a
form. The form gives me an error as it can't find the field I refer to.

Robin
"LauriS" wrote in message
news
When you say the field is 'invisible' and that you 'can't see it' - where?
Where are you entering data (datasheet view, a form, etc.)?

Lauri


"Robin" wrote:

I'll edit the design of a table by adding a new field and when I go to
enter
data in it ... it's not there... so I attempt to remake the field and (if
I
use the same name) I'm told that a field of that name already exists -
but I
can't see it.



  #8  
Old August 29th, 2006, 01:58 PM posted to microsoft.public.access.tablesdbdesign
Allen Browne
external usenet poster
 
Posts: 11,706
Default Field 'disappears' from table ...

If this happens with one particular table, it might be understandable. If
you can repeat this with any table in any database, I have no idea what's
going on.

A column can disappear from Datasheet view quite easily. A field
disappearing from Table view is rare.

It might help to programmatically loop through the fields in this TableDef,
and see if Access reports any that don't show in table design view. Here's
the code to loop the fields:
http://allenbrowne.com/func-06.html
It could be informative to examine the Attributes of the field as well, to
see if they are hidden or system fields.

I assume this is not a replicated database.

--
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.

"Robin" wrote in message
...
That's not exactly what's happening... On odd occasions I make a new field
in design view, save the table and switch to data entry mode - and the
*new* field is nowhere to be seen. So I think, 'duh, forgot to save my
changes' and attempt to remake the field (using the same name) and get the
message that it can't be done as a field with that name already exists...
So instead of calling my new field "NewField", I call it "NewField1" - now
when I go to enter data, "NewField" is visible but "NewField1" is not.

So the last made field is always invisible...

Robin


"Allen Browne" wrote in message
...
You are saying that you eliminated the amazing Name AutoCorrupt feature
as suggested, performed a compact/repair, checked everything is okay, and
then as soon as you added a new field to your table, you instantly lost
one of your existing ones?

Something is *drastically* wrong here. Under rare circumstances, it is
possible for a field to go bad, but it is not possible for any normal
database to have a repeatable problem like that.

"Robin" wrote in message
...
Thanks for the quick reply Allen.

Your suggestions don't seem to have made any difference - I think there
must be some more basic corruption creeping in.

The problem has occurred before - I thought I'd better check first
around the Web if it was a well known glitch before I asked on a
newsgroup - but apparently not...

Robin


"Allen Browne" wrote in message
...
Never seen that. Something is wrong with the database.

You haven't just typed over the top of one of the fields, replacing it
with something else?

Try these basic repair steps.
1. Uncheck the boxes under:
Tools | Options | General | Name AutoCorrect
Explanation of why:
http://allenbrowne.com/bug-03.html

2. Compact the database to get rid of this junk:
Tools | Database Utilities | Compact/Repair

3. Close Access. Make a backup copy of the file. Decompile the database
by entering something like this at the command prompt while Access is
not running. It is all one line, and include the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"

4. Open Access (holding down the Shift key if you have any startup
code), and compact again.

"Robin" wrote in message
...

I've had this happen a couple of times (and have worked out a
workaround) but was wondering whether anyone can shed any light on it.

I'll edit the design of a table by adding a new field and when I go to
enter data in it ... it's not there... so I attempt to remake the
field and (if I use the same name) I'm told that a field of that name
already exists - but I can't see it.

When this hapens in a table my workaround involves adding yet another
field (called something like 'empty') and the previous one reappears
(but the field called 'empty' is invisible)

Has anyone seen this before? Any explanations?



  #9  
Old August 29th, 2006, 03:01 PM posted to microsoft.public.access.tablesdbdesign
Robin
external usenet poster
 
Posts: 10
Default Field 'disappears' from table ...

Before I do anything else - yes, it is a replicated database but these
disappearances are happening as I'm changing the table design - not after
replication or synchronisation.

I'll try your 'loop'

"Allen Browne" wrote in message
...
If this happens with one particular table, it might be understandable. If
you can repeat this with any table in any database, I have no idea what's
going on.

A column can disappear from Datasheet view quite easily. A field
disappearing from Table view is rare.

It might help to programmatically loop through the fields in this
TableDef, and see if Access reports any that don't show in table design
view. Here's the code to loop the fields:
http://allenbrowne.com/func-06.html
It could be informative to examine the Attributes of the field as well, to
see if they are hidden or system fields.

I assume this is not a replicated database.

--
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.

"Robin" wrote in message
...
That's not exactly what's happening... On odd occasions I make a new
field in design view, save the table and switch to data entry mode - and
the *new* field is nowhere to be seen. So I think, 'duh, forgot to save
my changes' and attempt to remake the field (using the same name) and get
the message that it can't be done as a field with that name already
exists... So instead of calling my new field "NewField", I call it
"NewField1" - now when I go to enter data, "NewField" is visible but
"NewField1" is not.

So the last made field is always invisible...

Robin


"Allen Browne" wrote in message
...
You are saying that you eliminated the amazing Name AutoCorrupt feature
as suggested, performed a compact/repair, checked everything is okay,
and then as soon as you added a new field to your table, you instantly
lost one of your existing ones?

Something is *drastically* wrong here. Under rare circumstances, it is
possible for a field to go bad, but it is not possible for any normal
database to have a repeatable problem like that.

"Robin" wrote in message
...
Thanks for the quick reply Allen.

Your suggestions don't seem to have made any difference - I think there
must be some more basic corruption creeping in.

The problem has occurred before - I thought I'd better check first
around the Web if it was a well known glitch before I asked on a
newsgroup - but apparently not...

Robin


"Allen Browne" wrote in message
...
Never seen that. Something is wrong with the database.

You haven't just typed over the top of one of the fields, replacing it
with something else?

Try these basic repair steps.
1. Uncheck the boxes under:
Tools | Options | General | Name AutoCorrect
Explanation of why:
http://allenbrowne.com/bug-03.html

2. Compact the database to get rid of this junk:
Tools | Database Utilities | Compact/Repair

3. Close Access. Make a backup copy of the file. Decompile the
database by entering something like this at the command prompt while
Access is not running. It is all one line, and include the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"

4. Open Access (holding down the Shift key if you have any startup
code), and compact again.

"Robin" wrote in message
...

I've had this happen a couple of times (and have worked out a
workaround) but was wondering whether anyone can shed any light on
it.

I'll edit the design of a table by adding a new field and when I go
to enter data in it ... it's not there... so I attempt to remake the
field and (if I use the same name) I'm told that a field of that name
already exists - but I can't see it.

When this hapens in a table my workaround involves adding yet another
field (called something like 'empty') and the previous one reappears
(but the field called 'empty' is invisible)

Has anyone seen this before? Any explanations?





  #10  
Old August 29th, 2006, 03:01 PM posted to microsoft.public.access.tablesdbdesign
Robin
external usenet poster
 
Posts: 10
Default Field 'disappears' from table ...

Before I do anything else - yes, it is a replicated database but these
disappearances are happening as I'm changing the table design - not after
replication or synchronisation.

I'll try your 'loop'

"Allen Browne" wrote in message
...
If this happens with one particular table, it might be understandable. If
you can repeat this with any table in any database, I have no idea what's
going on.

A column can disappear from Datasheet view quite easily. A field
disappearing from Table view is rare.

It might help to programmatically loop through the fields in this
TableDef, and see if Access reports any that don't show in table design
view. Here's the code to loop the fields:
http://allenbrowne.com/func-06.html
It could be informative to examine the Attributes of the field as well, to
see if they are hidden or system fields.

I assume this is not a replicated database.

--
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.

"Robin" wrote in message
...
That's not exactly what's happening... On odd occasions I make a new
field in design view, save the table and switch to data entry mode - and
the *new* field is nowhere to be seen. So I think, 'duh, forgot to save
my changes' and attempt to remake the field (using the same name) and get
the message that it can't be done as a field with that name already
exists... So instead of calling my new field "NewField", I call it
"NewField1" - now when I go to enter data, "NewField" is visible but
"NewField1" is not.

So the last made field is always invisible...

Robin


"Allen Browne" wrote in message
...
You are saying that you eliminated the amazing Name AutoCorrupt feature
as suggested, performed a compact/repair, checked everything is okay,
and then as soon as you added a new field to your table, you instantly
lost one of your existing ones?

Something is *drastically* wrong here. Under rare circumstances, it is
possible for a field to go bad, but it is not possible for any normal
database to have a repeatable problem like that.

"Robin" wrote in message
...
Thanks for the quick reply Allen.

Your suggestions don't seem to have made any difference - I think there
must be some more basic corruption creeping in.

The problem has occurred before - I thought I'd better check first
around the Web if it was a well known glitch before I asked on a
newsgroup - but apparently not...

Robin


"Allen Browne" wrote in message
...
Never seen that. Something is wrong with the database.

You haven't just typed over the top of one of the fields, replacing it
with something else?

Try these basic repair steps.
1. Uncheck the boxes under:
Tools | Options | General | Name AutoCorrect
Explanation of why:
http://allenbrowne.com/bug-03.html

2. Compact the database to get rid of this junk:
Tools | Database Utilities | Compact/Repair

3. Close Access. Make a backup copy of the file. Decompile the
database by entering something like this at the command prompt while
Access is not running. It is all one line, and include the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"

4. Open Access (holding down the Shift key if you have any startup
code), and compact again.

"Robin" wrote in message
...

I've had this happen a couple of times (and have worked out a
workaround) but was wondering whether anyone can shed any light on
it.

I'll edit the design of a table by adding a new field and when I go
to enter data in it ... it's not there... so I attempt to remake the
field and (if I use the same name) I'm told that a field of that name
already exists - but I can't see it.

When this hapens in a table my workaround involves adding yet another
field (called something like 'empty') and the previous one reappears
(but the field called 'empty' is invisible)

Has anyone seen this before? Any explanations?





 




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 03:56 PM.


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