I am new to VB6 and I now learn some things.
We have a complete application developed in VB6 and Visual Studio 6.0 and it is an app. for doing statistics.
Mainly it is for data entry and after the complete data set is recorded into the database, this application
has an automatic functionality to find errors in the data.

I can run the error checks on a button, but then I can also view the errors displayed in VB6 report from a local table called Errors where the found errors in the data are saved.

There is a button which displays the report but before it does that, a message window appears which has a title like "SQL JET OLE" and I can set path to my mdb where the Errors table resides. There are also other settings I can change in this window.

How is this message window displayed? Is it somehow connected to the report(dsr) itself or I somehow a MsgBox is displayed with given settings? Or maybe a predefined window class or a component ?

I need to modify the path to the mdb in this JET OLE window as it opens a non existing path way.