I have a program I created in vb6 that is using an access database(ADO).
I am working on an xp pro machine using access 2003...
I have used PDW in vb6 to bundle the setup app.
The program takes the user input and stores it in the database. There is a button that opens an access form allowing the user to view reports.
When I install the program on another computer, the access form does not show up when I click. Access opens, but it does not open to the form.
The program works with the database when I add information from the program to the db tables.
And I can open the database through access and view the form I created for the reports.
Here is the database if anyone want to check it out.
There is a single form that I want to open and view.
After using PDW and transferring it to a client computer,
the form does not open.
Because I was developing my application with access 2003, the installer was adding msacc.olb which is not compatible with any access database other than 2003 at this time (until a newer version of access becomes available).
I had to install access 2000 on my development machine and create the package using msacc9.olb
This enabled the program to open forms and/or reports in access 2000 and up.
I don't believe that it would work with access 97 because I am pretty sure that access 97 uses a different olb file.