Converted Database Behaves Oddly 
Author Message
 Converted Database Behaves Oddly

Help!

My customer has uninstalled Office Professional 97 and installed Office
Professional 2000.  She has opened an existing Access database and at
the prompt re converting she elected to convert to 2000.  The database
was secure and had a switchboard.  The database would not work. None of
the wizards work.  None of the buttons on the switchboard worked.  The
user removed security and created a new Access 2000 database.  She
imported all the tables, forms (except the switchboard) and queries from
the original database.  On attempting to create a switchboard and use
the buttons the computer hangs.    She has attempted compact and repair,
it compacts then a message appears in status bar "Command button
wizard".  PC hangs.  Fortunately the user has a backup copy.  Have tried
recreating again by importing all except the switchboard from the
unsecured 97 database, it works for a while then some time after adding
the switchboard it fails.  Any ideas?

Jean Stretton



Mon, 20 Dec 2004 23:27:54 GMT  
 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>



Tue, 21 Dec 2004 21:06:45 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Word 97/2000 Selection.InsertFile behaves oddly

2. VB4.0/SQL server - GetChunk/AppendChunk behave oddly

3. Borderstyle Fixed Dialog - behaves oddly with msgboxes

4. VB4.0/SQL server - GetChunk/AppendChunk behave oddly

5. PeekMessage() behaves oddly in DLL under VB 3.0

6. Desktop behaves oddly when Shelling EXPLORER or WINFILE

7. Desktop behaves oddly when Shelling EXPLORER or WINFILE

8. Q- Why VB Orders Subs and Fuctions Oddly

9. Converting a Database from Access to Visual Database

10. Convert 32-BIT MDB Database to 16-bit database

11. Convert an Access Database into a pocket Database

12. Convert an Access Database into a pocket Database

 

 
Powered by phpBB® Forum Software