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

Unhide Tables in Acc2k7



 
 
Thread Tools Display Modes
  #1  
Old April 26th, 2010, 02:32 PM posted to microsoft.public.access
an
external usenet poster
 
Posts: 345
Default Unhide Tables in Acc2k7

Hi!

How do I unhide tables in the Acces2k7, please?

When I try:

Navigation Pane, Access Options, Navigation Options, the Groups for "Tables
and Related Views" is empty.

Thanks in advance.
an
  #2  
Old April 26th, 2010, 04:05 PM posted to microsoft.public.access
Jerry Whittle
external usenet poster
 
Posts: 4,732
Default Unhide Tables in Acc2k7

Do they show up if you select Object Type instead?

Try Office Button, Access Options, Current Database, Navigation Options
button. When that window opens, select all the Display Options at the lower
left of the window.

If that doesn't work, make a copy of your database and hide it away in a
safe place. Then do a compact and repair. If that doesn't work, open a new
databasse file and import everything from the old database to the new one.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"an" wrote:

Hi!

How do I unhide tables in the Acces2k7, please?

When I try:

Navigation Pane, Access Options, Navigation Options, the Groups for "Tables
and Related Views" is empty.

Thanks in advance.
an

  #3  
Old April 26th, 2010, 07:18 PM posted to microsoft.public.access
an
external usenet poster
 
Posts: 345
Default Unhide Tables in Acc2k7

Thanks for reply.

All attempts were made unsuccessfully.
When importing to a new database, the tables are not visible.

In additions:
Only import modules and queries to a new databse

an

"Jerry Whittle" wrote:

Do they show up if you select Object Type instead?

Try Office Button, Access Options, Current Database, Navigation Options
button. When that window opens, select all the Display Options at the lower
left of the window.

If that doesn't work, make a copy of your database and hide it away in a
safe place. Then do a compact and repair. If that doesn't work, open a new
databasse file and import everything from the old database to the new one.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"an" wrote:

Hi!

How do I unhide tables in the Acces2k7, please?

When I try:

Navigation Pane, Access Options, Navigation Options, the Groups for "Tables
and Related Views" is empty.

Thanks in advance.
an

  #4  
Old April 26th, 2010, 07:34 PM posted to microsoft.public.access
Jerry Whittle
external usenet poster
 
Posts: 4,732
Default Unhide Tables in Acc2k7

Run the following query and see what it returns. 1's are local tables. 6's
are linked tables.

SELECT MSysObjects.[Type],
MSysObjects.[Name],
MSysObjects.[Database]
FROM MSysObjects
WHERE MSysObjects.[Type]=6
Or MSysObjects.[Type]=1
ORDER BY 1, 2;
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"an" wrote:

Thanks for reply.

All attempts were made unsuccessfully.
When importing to a new database, the tables are not visible.

In additions:
Only import modules and queries to a new databse

an

"Jerry Whittle" wrote:

Do they show up if you select Object Type instead?

Try Office Button, Access Options, Current Database, Navigation Options
button. When that window opens, select all the Display Options at the lower
left of the window.

If that doesn't work, make a copy of your database and hide it away in a
safe place. Then do a compact and repair. If that doesn't work, open a new
databasse file and import everything from the old database to the new one.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"an" wrote:

Hi!

How do I unhide tables in the Acces2k7, please?

When I try:

Navigation Pane, Access Options, Navigation Options, the Groups for "Tables
and Related Views" is empty.

Thanks in advance.
an

  #5  
Old April 28th, 2010, 11:25 PM posted to microsoft.public.access
an
external usenet poster
 
Posts: 345
Default Unhide Tables in Acc2k7

JW,
Sorry for my delay but the check 'Notify me of replies' don't work fine.

Your query return:

9 MSys... tables
2 tables: tblName and tblNew.

Thanks in advance.
an


"Jerry Whittle" wrote:

Run the following query and see what it returns. 1's are local tables. 6's
are linked tables.

SELECT MSysObjects.[Type],
MSysObjects.[Name],
MSysObjects.[Database]
FROM MSysObjects
WHERE MSysObjects.[Type]=6
Or MSysObjects.[Type]=1
ORDER BY 1, 2;
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"an" wrote:

Thanks for reply.

All attempts were made unsuccessfully.
When importing to a new database, the tables are not visible.

In additions:
Only import modules and queries to a new databse

an

"Jerry Whittle" wrote:

Do they show up if you select Object Type instead?

Try Office Button, Access Options, Current Database, Navigation Options
button. When that window opens, select all the Display Options at the lower
left of the window.

If that doesn't work, make a copy of your database and hide it away in a
safe place. Then do a compact and repair. If that doesn't work, open a new
databasse file and import everything from the old database to the new one.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"an" wrote:

Hi!

How do I unhide tables in the Acces2k7, please?

When I try:

Navigation Pane, Access Options, Navigation Options, the Groups for "Tables
and Related Views" is empty.

Thanks in advance.
an

 




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