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  

Subdatasheet Name keeps resetting to [Auto]



 
 
Thread Tools Display Modes
  #1  
Old May 24th, 2009, 08:51 PM posted to microsoft.public.access.tablesdbdesign
Paul
external usenet poster
 
Posts: 68
Default Subdatasheet Name keeps resetting to [Auto]

I have been told that you can improve performance of an Access database by
turning off the Subdatasheet Name property of the tables that don't require
this feature. However, I've noticed that in one of my applications, when I
reset [Auto] to [None] in some of the tables, and then save the change, the
next time I open the table I can see the plus signs at the left of the table
rows. When I check the property in design view, the property has reverted
to [Auto].

I've never experienced this in my other applications. What I can do to get
the table to understand that I want to set the Subdatasheet Name property to
[None]?

Thanks in advance,

Paul


  #2  
Old May 24th, 2009, 09:38 PM posted to microsoft.public.access.tablesdbdesign
Jeanette Cunningham
external usenet poster
 
Posts: 2,190
Default Subdatasheet Name keeps resetting to [Auto]

Hi Paul,
turn of Name Autocorrect, backup and save the database before you change the
subdatasheet name property to none.


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia


"Paul" wrote in message
...
I have been told that you can improve performance of an Access database by
turning off the Subdatasheet Name property of the tables that don't require
this feature. However, I've noticed that in one of my applications, when I
reset [Auto] to [None] in some of the tables, and then save the change, the
next time I open the table I can see the plus signs at the left of the
table rows. When I check the property in design view, the property has
reverted to [Auto].

I've never experienced this in my other applications. What I can do to
get the table to understand that I want to set the Subdatasheet Name
property to [None]?

Thanks in advance,

Paul



  #3  
Old May 24th, 2009, 10:55 PM posted to microsoft.public.access.tablesdbdesign
Jeanette Cunningham
external usenet poster
 
Posts: 2,190
Default Subdatasheet Name keeps resetting to [Auto]

That should have read--
backup and compact the database


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia

"Jeanette Cunningham" wrote in message
...
Hi Paul,
turn of Name Autocorrect, backup and save the database before you change
the subdatasheet name property to none.


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia


"Paul" wrote in message
...
I have been told that you can improve performance of an Access database by
turning off the Subdatasheet Name property of the tables that don't
require this feature. However, I've noticed that in one of my
applications, when I reset [Auto] to [None] in some of the tables, and
then save the change, the next time I open the table I can see the plus
signs at the left of the table rows. When I check the property in design
view, the property has reverted to [Auto].

I've never experienced this in my other applications. What I can do to
get the table to understand that I want to set the Subdatasheet Name
property to [None]?

Thanks in advance,

Paul





  #4  
Old May 25th, 2009, 02:13 AM posted to microsoft.public.access.tablesdbdesign
AG[_3_]
external usenet poster
 
Posts: 129
Default Subdatasheet Name keeps resetting to [Auto]

What version of Access are you using?
I have noticed similar behavior in 2003.
I turn off subdatasheets for a table, and it sticks. However, the next time
I make any design changes to the table, subdatasheet name goes back to
[auto].
If I make the design changes using dao code, it does not affect the
subdatasheet name property, so I am guessing that it is a bug in Access as
opposed to Jet.

--

AG
Email: npATadhdataDOTcom


"Paul" wrote in message
...
I have been told that you can improve performance of an Access database by
turning off the Subdatasheet Name property of the tables that don't require
this feature. However, I've noticed that in one of my applications, when I
reset [Auto] to [None] in some of the tables, and then save the change, the
next time I open the table I can see the plus signs at the left of the
table rows. When I check the property in design view, the property has
reverted to [Auto].

I've never experienced this in my other applications. What I can do to
get the table to understand that I want to set the Subdatasheet Name
property to [None]?

Thanks in advance,

Paul



  #5  
Old May 25th, 2009, 03:19 AM posted to microsoft.public.access.tablesdbdesign
Allen Browne
external usenet poster
 
Posts: 11,706
Default Subdatasheet Name keeps resetting to [Auto]

Jeanette Cunningham's answer (turn off Name AutoCorrect) should solve your
issue as well.

If the table is attached, make sure you turn off Name AutoCorrect in the
back end as well as front, and then compact.

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

"AG" wrote in message
...
What version of Access are you using?
I have noticed similar behavior in 2003.
I turn off subdatasheets for a table, and it sticks. However, the next
time I make any design changes to the table, subdatasheet name goes back
to [auto].
If I make the design changes using dao code, it does not affect the
subdatasheet name property, so I am guessing that it is a bug in Access as
opposed to Jet.

--

AG
Email: npATadhdataDOTcom


  #6  
Old May 25th, 2009, 04:40 AM posted to microsoft.public.access.tablesdbdesign
Paul
external usenet poster
 
Posts: 126
Default Subdatasheet Name keeps resetting to [Auto]

Jeanette and Allen - you're right - I had Name Autocorrect turned on, and
after I turned it off, the change stuck.

Thanks for solving my problem.


AG - I'm using Access 2003.

Paul


  #7  
Old May 26th, 2009, 03:57 PM posted to microsoft.public.access.tablesdbdesign
AG[_3_]
external usenet poster
 
Posts: 129
Default Subdatasheet Name keeps resetting to [Auto]

Thanks Allen.
I always turn off name autocorrect in the front end, but never thought about
it in the back end.

--

AG
Email: npATadhdataDOTcom


"Allen Browne" wrote in message
...
Jeanette Cunningham's answer (turn off Name AutoCorrect) should solve your
issue as well.

If the table is attached, make sure you turn off Name AutoCorrect in the
back end as well as front, and then compact.

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

"AG" wrote in message
...
What version of Access are you using?
I have noticed similar behavior in 2003.
I turn off subdatasheets for a table, and it sticks. However, the next
time I make any design changes to the table, subdatasheet name goes back
to [auto].
If I make the design changes using dao code, it does not affect the
subdatasheet name property, so I am guessing that it is a bug in Access
as opposed to Jet.

--

AG
Email: npATadhdataDOTcom




 




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 10:04 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.