473,395 Members | 1,452 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

MS Jet database engine cannot find the input table or query

Im trying to build a database starting with one of the templates that come with access. I took out the employee part in all the tables and forms. Now when I pull up a workorder and then try to view the report on it it gives me the message " Ms jet database engine cannot find the input table or query ' Employees'. Make sure it exists and that its name is spelled correctly.

I deleted the employee parts on purpose because I didnt need it. Where do i find the parts that are hiding so i can delete them too to stop getting that message? Iv looked everywhere in the tables and forms and there is no more employees section listed.
Mar 28 '08 #1
6 3647
If you cannot delete or update parts of the database sometimes, what good is it? Is there a better RD database solution? I need to be able to change it around every once in a while without it hiding things you cannot see.
Mar 28 '08 #2
Scott Price
1,384 Expert 1GB
What version of Access are you using?

Is the report bound to a table or a query?

What code is running on the Load event of the report?

Answers to these three questions will help us help you solve the problem!

Regards,
Scott
Mar 28 '08 #3
It is access 2002. I dont think its bound to anything because i deleted everything i could find in the tables , queries and forms that have to do with the employees part. How do you see the code? Is this something in the background? I know a little basic programming and some c and c++. If i can manipulate code that might help me out some.

Another thing, I Have a customer table and made a auto form for it. And then I made a workorder table and made a auto form for it too. When I click the workorder command button on the customer form I need it to open the workorder form and load all the info automaticaly. I have it opening the workorder form, but it isnt loading the info. I tried the relationships but I think im doing it backwards. If I make what they call a juntion table and then relationship the 2 forms, cutomers and workorders, is this the correct way to auto load informatin?
Mar 28 '08 #4
Scott Price
1,384 Expert 1GB
For starters a good book on Access is a must! Make sure it's at least two inches thick (not a joke). They can be found cheaply on Amazon.com.

To view the code, first of all open the report in design view. Click on the Events tab and see if there are any entries in the fields shown, especially the OnLoad event. If so, double click on the ellipsis (...) to the right of the field to view the code associated with that event.

You can also open the VBA editor window by pressing Alt+F11 from the main database window. Doing it this way would require you to navigate to the report's code module manually by using the tree view on the left of the VBA editor window.

The answer to your other questions can be found in the book... I'm not trying to put you down, just want you to realize that providing a basic understanding of how databases, and especially Access works is beyond the scope of this forum. I want to encourage your learning process, and I applaud your desire to learn! You can browse our Howtos section, especially Normalisation and Table structures also to get a better understanding of how relationships between tables work.


Kind regards,
Scott
Mar 29 '08 #5
What book would you recomend?
Mar 29 '08 #6
Scott Price
1,384 Expert 1GB
One of the standard reference works is the Access 200x Developers Handbook by Getz and Litwin.

Good luck!

Regards,
Scott
Mar 29 '08 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Dan Evans | last post by:
Hi, Can anyone help me on a little problem I am having with some SQL - in particular on a subquery. I am setting up a database in Access for a voluntary group which runs
8
by: RibGnaw | last post by:
Long, long ago when Access 97 first hit the streets a sample database called Northwind was shipped with it. At that time a number of articles had been posted on the correct procedure to remove all...
2
by: dskillingstad | last post by:
I'm building a tracking system and I'm having some problems. I thought this was relatively easy, but.... I have the following tables and fields (abbreviated): tblPermitMain PermitID - pk...
17
by: MLH | last post by:
The Microsoft Jt database engine can not find tblJobSites, error #3078. That's what I get when executing this code... Private Sub Command1_Click() Dim MyWorkspace As Workspace Set MyWorkspace...
1
by: basithr77 | last post by:
Hi I am trying to display a few records from MS Access but I keep getting an error stating: System.Data.OleDb.OleDbException: The Microsoft Jet database engine cannot find the input table or query...
1
by: Bryan via AccessMonster.com | last post by:
Private Sub ShipmentRequest_Click() Dim DB As Database Dim rst As DAO.Recordset Set DB = DBEngine(0).OpenDatabase("\\Backup\hosted files\CustomerDatabase\ customerdbnew.mdb") Set rst =...
5
by: Dave | last post by:
I need to filter an Access 2000 result set in ASP 30 using the ADO recordset.filter. I build the filter in pieces. The first clause of the filter is this... WHERE word LIKE 'S%' ... to...
1
by: jesmi | last post by:
my code is: U]employee.cfm <html> <head> <title>Employee List</title> </head> <body> <h1>Employee List</h1>
1
by: babyjek | last post by:
SELECT ProjectID, ProjectName, ProjectDescription, SequenceNumber, LastUpdateDate FROM Project WHERE ProjectID = @ProjectID; (The Microsoft Jet database engine cannot find the input table or...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.