-
This is my first VB6 program, and I am having trouble with the distrubtion.. It is a simple Database program that
uses data from a Access 97 file...It works fine ..execpt..
after I Package it and create the distrubtion files with the package and deployment wizard it installs fine on a different computer .. but when you attempt to run the program, the program cant find the db file....It's like I am missing a file for my program to be able to find the db.
Thanks in advance for you help....
Trent
-
When you create a package, don't forget to add your .mdb file.
-
What is the exact error message you are getting?