Copying ImportExport form unsuccessful

  • Thread starter Thread starter audrey
  • Start date Start date
A

audrey

Guest
Ok, i would like my users to be able to Import/Export (I think that's obvious by the title of the post). The ImportExport form of the Inventory Sample Database is perfect for what I need. But when I import it into my database I get the "Compile Error: Sub or function not deifned" error. I've gone through the code and can't seem to figure out where the bug is.... any ideas?
 
Did you just import a form? If so, chances are there is a module you need to import as well...

Sounds like the code behind the form is looking for a Public Sub or Function (Bit of code) that isn't currently in your database...
 
I did import the modules as well. I checked the code on the original database and compared it with my own and they are the same. All cmdButtons are named the same also.
 
GOT IT! You were right. I went back and double checked and there was one statement i was leaving out.. Thanks for your help!
 

Users who are viewing this thread

Back
Top Bottom