Link to home
Start Free TrialLog in
Avatar of OpieTaylor
OpieTaylor

asked on

Convert 2000 to 2003 and Make .mde error

Hi All,

I need to convert a couple of databases from 2000 format to 2003 format. I seem to be able to convert them okay but when I try to make a .mde out of them I receive an error message and no .mde is created.

There are no add ins or linked tables and I haven't set any securtiy yet.

I've tried converting and importing all objects from 2000 to 2003 but neither approach works.

Can anyone tell me how to make this work?

Thank you,

Ryan
ASKER CERTIFIED SOLUTION
Avatar of peter57r
peter57r
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of OpieTaylor
OpieTaylor

ASKER

Thanks Pete.

I had an IsOpen() function that wasn't recognized. I commented it out and it compiled without error. Then I was able to create a .mde.

Now I need to find out why IsOpen() worked in 2000 but not 2003 and fix it.

Thanks again Pete for helping me find the solution and adding another knowledge token to my repritoir...

Ryan (Opie)
Well Isopen() is not a built -in function in Access so either it is in a different refence library or else it is your own function in a module.

Thanks

Pete