Converting db to ADE

  • Thread starter Thread starter Ana
  • Start date Start date
A

Ana

Hi,
When converting an ADP file to ADE, I receive an error stating: MS Office
could not create an ADE db file.
I really don't know where to start looking. Any help is appreciated.
TIA
Ana
 
I forgot to mention that I have Access 2003 connected to MSSQL2k running on
a XPpro machine....
 
In the VBA windows, check the References and make sure that nothing is
missing or irrelevant. Then, from the Debug menu, choose to recompile all
modules. On most occasions, Access will then show you the offending piece
of code.

S. L.
 
Fix it!!! Thank you much!!

Sylvain Lafontaine said:
In the VBA windows, check the References and make sure that nothing is
missing or irrelevant. Then, from the Debug menu, choose to recompile
all modules. On most occasions, Access will then show you the offending
piece of code.

S. L.
 
Back
Top