
Converted Database Behaves Oddly
Jean
By default, A '97 uses DAO references. By default, A2K uses ADO references.
If there are any "Dim xxx as database", or "Dim yyy as recordset" in the
application, A2K is assuming you want ADO. Your user will need to
explicitly set a reference to DAO, and move it above the ADO reference. If
there are no ADO calls, it can be unchecked.
Open a module, select Tools | References and check/uncheck appropriately.
Good luck
Jeff Boyce
<Access MVP>