473,788 Members | 2,820 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Missing tables and forms.......... ..but not really!!

Im having an issue with a database where Im missing tables and
forms.......... ..but they still seem to be present (but not
displayed).
When Im looking at the table list, the table is not listed (table name
"tblMain"), but Im able to run an existing query (and I get results)
off this "phantom" "tblMain" table. It's as if the query is running
off a table that doesn't exist. But if Im receiving results, the
table has to be somewhere, right?

Ive talked to numerous IT staff (much more educated in Access than
myself) and they have never seen this before.

Is there anyone that can explain this? And if so, is there a fix?

Thanks
Jason

Aug 6 '08 #1
3 17384
On Aug 6, 3:38*pm, jayh...@verizon .net wrote:
Im having an issue with a database where Im missing tables and
forms.......... ..but they still seem to be present (but not
displayed).
When Im looking at the table list, the table is not listed (table name
"tblMain"), but Im able to run an existing query (and I get results)
off this "phantom" "tblMain" table. *It's as if the query is running
off a table that doesn't exist. *But if Im receiving results, the
table has to be somewhere, right?

Ive talked to numerous IT staff (much more educated in Access than
myself) and they have never seen this before.

Is there anyone that can explain this? *And if so, is there a fix?

Thanks
Jason
BTW, Im using MS Access 2002
Aug 6 '08 #2
One of three choices. Click on menu Tools Options. On the View tab, mark
the "Show hidden objects" check box. Your hidden objects will appear in the
db window. This is the most likely choice, and it's very, very common. Your
IT department should know this one.

Second choice is it's a system object. "Show system objects" is right below
the "Show hidden objects" check box in Tools Options. Mark that one and
see if the missing tables show up. This usually requires a name of an object
starting with Usys or Msys.

Third choice you can read the path of the db that has the table and query in
the form's record source or the table in a query's properties when in design
view.

Chris
Microsoft MVP
ja*****@verizon .net wrote:
>Im having an issue with a database where Im missing tables and
forms......... ...but they still seem to be present (but not
displayed).
When Im looking at the table list, the table is not listed (table name
"tblMain"), but Im able to run an existing query (and I get results)
off this "phantom" "tblMain" table. It's as if the query is running
off a table that doesn't exist. But if Im receiving results, the
table has to be somewhere, right?

Ive talked to numerous IT staff (much more educated in Access than
myself) and they have never seen this before.

Is there anyone that can explain this? And if so, is there a fix?
--
Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200808/1

Aug 6 '08 #3
On Wed, 6 Aug 2008 12:38:46 -0700 (PDT), ja*****@verizon .net wrote:
Im having an issue with a database where Im missing tables and
forms.......... ..but they still seem to be present (but not
displayed).
When Im looking at the table list, the table is not listed (table name
"tblMain"), but Im able to run an existing query (and I get results)
off this "phantom" "tblMain" table. It's as if the query is running
off a table that doesn't exist. But if Im receiving results, the
table has to be somewhere, right?

Ive talked to numerous IT staff (much more educated in Access than
myself) and they have never seen this before.

Is there anyone that can explain this? And if so, is there a fix?

Thanks
Jason
Most likely, that table (and perhaps other tables and forms) has been
intentionally hidden, most likely to prevent anyone from seeing it and
therefore tampering with it's data. Tables are for storing data, not
for data viewing nor entry.

To view the database's hidden objects, click on
Tools + Options + View
Place a check in the View Hidden Objects box.
Click OK.

The table should now be seen in the main database folder.

When done with viewing these objects, go back to options and remove
the check from the Hidden objects box.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Aug 6 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
8003
by: neo | last post by:
Hi, I'm using "select from sysobjects where OBJECTPROPERTY(id, N'IsUserTable') = 1" to get all user-defined tables(about 17000 tables) and found out there are tables missing in sysobjects. How can I refresh/rebuild sysobjects table? is there a better way to get a list of user-defined tables? thanks,
2
7492
by: WangKhar | last post by:
Hi chaps Just been having my head messed with... I was running a trace capturing all errors and SQL. Had a bucket of error 208's (invalid object name). Found the SQL that caused it - an SP. Ran the sp by hand, no messages come up - error 208 logged in the trace.
2
1742
by: cmcmillan | last post by:
Hello folks. I have a database with about 10 users. On startup of the front end (Which holds some tables, macros, forms) I am running a macro that deletes a couple tables and imports replacements from the back end, so I can update employee lists at the back end instead of on each users machine. What's happening is about once a week or so (3 times so far this week) my users will try to load their front end and one of those tables is...
1
1225
by: Carl2406 | last post by:
I have a switchboard form with 7 command buttons. My database is split with tables BP-99 thru BP-07 in Building.mdb and Forms, reports, etc are in Building_be.mdb.Code is written with Access 2000.Clicking a button captioned 2007 executes the following code and opens the BP-07 table for editing: ____________________________________________________________ Private Sub btn2007_Click() On Error GoTo Err_btn2007_Click Dim stDocName As String
1
1838
by: jos | last post by:
The image (gif) comes up as a red cross until the user is authenticated in a forms authentication application. Is there a way around this? <authentication mode ="Forms"> <forms loginUrl="login.aspx"></forms> </authentication> In the login.aspx I have a table with the image:
2
3983
by: Max | last post by:
I am editting a database created in access 2003 by another programmer. This person has left the company for which the database was created and no documentation. So that I could work on this database at home, I have converted this db to 2000 which is the version I have i have on my computer. The problem is that none of the forms, reports, queries are visible in the database window. The ones that have code could be accessed by going to...
7
2464
by: shapper | last post by:
Hello, I have been always using div's for web site design and no tables. However, I have to admit that sometimes tables are useful when creating for example a form. What is your advice? Only div's with no tables? What do people usually use for forms when they use no tables.
1
1410
by: Ste | last post by:
Hi, I have a situation from which the database objects of tables/forms/reports/module etc. are missing. After exit from switch board menu, nothing returns but blank. For a further look, the references of macro is gray-out. Does anyone know what's going on and how to fix it? Thank you very much,
5
2392
by: lucianone41 | last post by:
Hello everyone, I´m starting to learn Access , SQL and a bit of VB. My problem is the following: I have two tables, one of them contains the records for missing points on a GPS system (called the "missing" table) ... the second table, contains all the available points on GPS (called the "complete" table). I will put an example Table: Missing Field1:Hour ---------------- 10:04 10:09
0
9498
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10173
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10110
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8993
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7517
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5536
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3674
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.