This means you are referring to a table or query named "commands". I am
assuming there isn't sucha table or query, that's the reason for the error.
What are you doing wwhen you get this message, that should give you a clue
as to where the problem is. If this occurs when opening a form, then most
likely the form has a recordsource of "commands". If its when running a
query, then the query is referring to "commands".
Kelvin
MnShadow said:
Run-time error '2147217865' (80040e37) The microsoft Jet Data Base
engine cannot find the input table or query 'commands'. Make sure it
excists and that it is spelled correctly. Anyone have a clue what it is
and how to fix it? Thanks MnShadow