K
Katherine
Hi,
So I downloaded the DH Query By Form mdb from Duane Hookom's library,
and I'm having some trouble getting it to work. I've imported
everything recommended into my own db and have followed the available
instructions in an attempt to create my own report.
After I've selected my query and the fields I'd like in my report, I
click the "Run Report/Query" button, and get the same error message
every time: "Error #: 3078 Error Description: The microsoft Jet
database engine could not find the input table or query 'Customers'.
Make sure it exists and that its name is spelled correctly."
I know this is one of the tables/queries from the sample database, and
yes, I didn't import the table into my database because the
instructions said it wasn't needed. (My guess is that somewhere in the
code, the string currently storing "Customers" is supposed to be
cleared, but it's not happening.) I've also tried importing everything
in the hopes that will fix the problem, but then when I click the Run
button I'm asked to specify results for fields from the Customer table
and my reports will only generate results from that table even after
selecting any other table or query instead.
I'm not sure what the problem is, but it's not letting me do any of my
own reports because it keeps looking for Customers. Is anyone else
having this problem? Can you please tell me how to solve it?
Thanks in advance,
Katherine
So I downloaded the DH Query By Form mdb from Duane Hookom's library,
and I'm having some trouble getting it to work. I've imported
everything recommended into my own db and have followed the available
instructions in an attempt to create my own report.
After I've selected my query and the fields I'd like in my report, I
click the "Run Report/Query" button, and get the same error message
every time: "Error #: 3078 Error Description: The microsoft Jet
database engine could not find the input table or query 'Customers'.
Make sure it exists and that its name is spelled correctly."
I know this is one of the tables/queries from the sample database, and
yes, I didn't import the table into my database because the
instructions said it wasn't needed. (My guess is that somewhere in the
code, the string currently storing "Customers" is supposed to be
cleared, but it's not happening.) I've also tried importing everything
in the hopes that will fix the problem, but then when I click the Run
button I'm asked to specify results for fields from the Customer table
and my reports will only generate results from that table even after
selecting any other table or query instead.
I'm not sure what the problem is, but it's not letting me do any of my
own reports because it keeps looking for Customers. Is anyone else
having this problem? Can you please tell me how to solve it?
Thanks in advance,
Katherine