Run Time Error 3078

N

Norm

Good Morning,

I have acquired a 2003 Acess db that hat has all kinds of quirks and have
been trying to work them out and keep getting errors after each time one is
fixed, then another pops up the next day, needless to say I have this error
now in the subject line and can really use some help.
The message that I am getting is:
The Microsoft Jet database engine cannot find the input table or query
'tbl_JobTracking Form'. Make sure it exists and that its name is spelled
correctly.

The table and Query 1, does exist, I do not understand why it is not able to
read the them.
I stepped into the program to debug it and a highlighted yellow section reads:
Set rs = db.OpenRecordset (strSQL).

Any help I can get would be greatly appreciated.

Thank you
 
Top