Microsoft Access Forums

Go Back   Microsoft Access Forums > Access Forums > Access

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 02-06-2010, 11:46 PM
PJneedshelp PJneedshelp is offline Windows Vista Access 2007 (version 12.0)
Novice
 
Join Date: Feb 2010
Posts: 7
PJneedshelp is on a distinguished road
Red face Corrupted owner information in Tables

I have an Access 2002 database running on Access 2007. After compacting the database it looked like it lost 1/3 of the tables. After I selected show hidden objects, the missing tables turned up as hidden items with the owner set to "<unknown>". The queries,forms and reports all look OK, with owner set to "admin" (no permissions set). With User and Group permissions I am unable to set the owner to admin, and unable to read the tables.

The original database was set up with replication (which is a little 2007 unfriendly)

I would appreciate some help as to what I can do to recover the unreadable tables, thanks PJ
Reply With Quote
  #2  
Old 02-08-2010, 03:14 PM
NassauBob's Avatar
NassauBob NassauBob is offline Windows XP Access 2003 (version 11.0)
Not THAT Green
 
Join Date: Feb 2010
Location: Coastal North Carolina
Posts: 60
NassauBob is on a distinguished road
Default

Can you view all of the data when viewing the table through a query?

If so, perhaps you could duplicate the table with a make table query.
Reply With Quote
  #3  
Old 02-09-2010, 11:12 PM
PJneedshelp PJneedshelp is offline Windows Vista Access 2007 (version 12.0)
Novice
 
Join Date: Feb 2010
Posts: 7
PJneedshelp is on a distinguished road
Unhappy Un-retrievable tables

Thanks for the reply, unfortunately I can't add the hidden tables to a query, or when I use the query wizard, the fields are not available. The table names are visible, when I select to show hidden tables.

PJ
Quote:
Originally Posted by NassauBob View Post
Can you view all of the data when viewing the table through a query?

If so, perhaps you could duplicate the table with a make table query.
Reply With Quote
  #4  
Old 02-10-2010, 07:41 AM
RuralGuy's Avatar
RuralGuy RuralGuy is online now Windows 7 Access 2007 (version 12.0)
Administrator
 
Join Date: Mar 2007
Location: 8300' in the Colorado Rocky Mountains
Posts: 4,263
RuralGuy will become famous soon enoughRuralGuy will become famous soon enough
Default

I take it you had not applied Office 2007 SP2 yet?
http://allenbrowne.com/Access2007.html#Bugs
__________________
(RG for short) aka Allan Bunch MS Access MVP - WinXP Pro, Win7 - acXP, ac07
If your issue is resolved...follow this link for directions on how to use the Solved thread tool!
Teaching is not filling a bucket but lighting a fire. Borrowed quote..."Docendo discimus"
Reply With Quote
  #5  
Old 02-11-2010, 01:38 AM
PJneedshelp PJneedshelp is offline Windows Vista Access 2007 (version 12.0)
Novice
 
Join Date: Feb 2010
Posts: 7
PJneedshelp is on a distinguished road
Angry

Definitely running 2007 SP2. Also with further searching I found an earlier file with the owner listed as "Engine" for my missing tables. Table properties set to hidden and no permissions set for anyone but the owner "Engine".
Quote:
Originally Posted by RuralGuy View Post
I take it you had not applied Office 2007 SP2 yet?
http://allenbrowne.com/Access2007.html#Bugs
Reply With Quote
  #6  
Old 02-11-2010, 04:07 AM
RuralGuy's Avatar
RuralGuy RuralGuy is online now Windows 7 Access 2007 (version 12.0)
Administrator
 
Join Date: Mar 2007
Location: 8300' in the Colorado Rocky Mountains
Posts: 4,263
RuralGuy will become famous soon enoughRuralGuy will become famous soon enough
Default

I'm not sure where that leaves this thread. Were you able to piece together your tables from the previous copies?
__________________
(RG for short) aka Allan Bunch MS Access MVP - WinXP Pro, Win7 - acXP, ac07
If your issue is resolved...follow this link for directions on how to use the Solved thread tool!
Teaching is not filling a bucket but lighting a fire. Borrowed quote..."Docendo discimus"
Reply With Quote
  #7  
Old 02-12-2010, 12:00 PM
PJneedshelp PJneedshelp is offline Windows Vista Access 2007 (version 12.0)
Novice
 
Join Date: Feb 2010
Posts: 7
PJneedshelp is on a distinguished road
Default

I have an old backup copy with alot of missing recent data, unfortunately the regular back up process has backed up the corrupted data and it wasn't picked up for some time. Very Frustrating. Planning to rebuild database in 2007 version. I hope this reduces the risk. PJ
Reply With Quote
  #8  
Old 02-12-2010, 12:20 PM
carlmdobbs carlmdobbs is offline Windows XP Access 2007 (version 12.0)
Novice
 
Join Date: Jan 2010
Location: Maryland
Posts: 25
carlmdobbs is on a distinguished road
Default Why not

create another database and see if you can import the tables to a new database?

If you are savy with VBA you can get tables and do with them what you want. VBA should be able to bypass any restrictions that Access places on tables. YOu can use commands to copy the tables to new names. If you want to know how please write me at carlmdobbs@gmail.com. I don't want to give you the solution now because it would take a lot of time to create the code for you and you may not want it. I can definitely give you the code if you just indicate you want it. If you simply reply to this posting I'll get the message by this forum and respond but writing me directly may be your better choice.

In any case, I am an expert at VBA and have 13 years experience as a programmer. I can't imagine your hidden tables problems with permissions has any resistence to MS Access VBA code. It is code that makes Access do what it does. Go with VBA and you can make Access do anything because you control it directly.

Don't worry. If the tables aren't corrupted you can copy them and extract data directly.
Reply With Quote
  #9  
Old 02-14-2010, 07:32 PM
PJneedshelp PJneedshelp is offline Windows Vista Access 2007 (version 12.0)
Novice
 
Join Date: Feb 2010
Posts: 7
PJneedshelp is on a distinguished road
Red face VBA solution

Thanks for the response. I am keen to try VBA. I do have elimentry VBA skills and I think it is worth trying. I have separately emailed my contact info to your gmail address, and would appreciate your reply
Reply With Quote
  #10  
Old 02-19-2010, 05:10 PM
PJneedshelp PJneedshelp is offline Windows Vista Access 2007 (version 12.0)
Novice
 
Join Date: Feb 2010
Posts: 7
PJneedshelp is on a distinguished road
Default

After help from carlmdobbs, we could not read the effected tables with VB code. will separately post to read table with different owner
Reply With Quote
  #11  
Old 02-21-2010, 02:04 AM
PJneedshelp PJneedshelp is offline Windows Vista Access 2007 (version 12.0)
Novice
 
Join Date: Feb 2010
Posts: 7
PJneedshelp is on a distinguished road
Default

Resolved at last !

Downloaded "Recovery Toolbox for Access" and ran on effected database. This successfully extracted tables and data into a new database file. Reconstructed as an Access 2007 database and all OK .
Reply With Quote
  #12  
Old 02-21-2010, 03:36 AM
RuralGuy's Avatar
RuralGuy RuralGuy is online now Windows 7 Access 2007 (version 12.0)
Administrator
 
Join Date: Mar 2007
Location: 8300' in the Colorado Rocky Mountains
Posts: 4,263
RuralGuy will become famous soon enoughRuralGuy will become famous soon enough
Default

Thanks for the update.
__________________
(RG for short) aka Allan Bunch MS Access MVP - WinXP Pro, Win7 - acXP, ac07
If your issue is resolved...follow this link for directions on how to use the Solved thread tool!
Teaching is not filling a bucket but lighting a fire. Borrowed quote..."Docendo discimus"
Reply With Quote
Reply

Bookmarks

Tags
table owner, user permission

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I make the "+" function have more information in tables? nitinrao Database Design 4 02-10-2010 11:21 PM
Corrupted Microsoft Access Database segnosaur Access 1 10-26-2009 01:17 AM
What Corrupted an MS SQL 2000 Table ? dickyfinn Access 0 02-22-2009 02:28 PM
Once query to lookup information in multiple tables Yanagowa Queries 1 07-06-2007 06:27 AM
Database owner can't get in !! rayc Security 0 05-08-2006 12:34 PM


All times are GMT -8. The time now is 02:40 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.