I inherited an Access application that I have made some changes to.
When I start it up, I am getting several errors that appear to be referring
to old tables or queries. Nothing that is currently really part of the app
is wrong.
Here is the message:The record source '~sq_cEmployee Certification Tracking ~sqclstAlerts' specified on this form does not exist.
I found something online that showed how to get Access to dump every
SQL object, and in that output, I see what I think are a bunch of garbage
queries that do NOT show up in the Object browser.
Here is an example of what I mean:
Code:
SQL name (4): ~sq_cEmployee Certification Tracking~sq_clstAlerts-----------------------------------------------
SELECT CertificationAlertsRaw.Alert AS Expr1
FROM CertificationAlertsRaw
WHERE (((CertificationAlertsRaw.Alert)="Yes"));
Note the weird name with the tilde.
It almost looks like these are artifacts from a crash or else perhaps
an Access bug?
There are about 30+ of these.
If these things are, as I suspect, what is causing these error messages
at startup, how can I get rid of them, since they don't show up in the
Object browser window?
Thanks,
Mitch