OutputTo function!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I've created a clinical study database that is very similar to one
being used right now at my place of business. In making my DB, I copied a lot
of code from the similar one to mine. All of the functions, buttons, and
what-not work fine except for one. I get an error message that tells me it
can't find the output table "tblDEMOGS2 ver. 2". I know it can't find it
because it's not in my DB. How can I modify that so the output goes to the
right place instead of what it's looking for now? Thank you so much!

Monnique A.
 
Nice table name was used there!

Could you please post the code in the click handler for that button?
That enables those among us who are not paranormally gifted ;-)

Most likely the name is a literal, and can be changed easily.
 
Back
Top