I have a fiarly large VB6 app that I've been maintaining in a Virtual PC session in Window7. Now I'm trying to get it to work with Windows 7 but I've run into a real snag. I've managed to get around all of the other issues presented but this one has me stumped and my searches have not come up with a solution.

The app uses an Access database with a lot of forms using ADO recordsets. During the form load event it hangs when it encounters a requery of a recordset i.e. adodc1.Recordset.Requery then if I attempt to close the application it will crash the VB6 IDE (Visual Basic has stopped working).

Any ideas?

Vic