View Full Version : Create .MDE (2000 > 2002 format)


wazza
11-10-2004, 12:18 PM
Hi
Im trying to create an .mde file from a database that appears to be in an Access 2000 file format.

I get a message - saying convert to Access 2002..

Will this effect any of my vb code??

??

rgrds

wazza
11-10-2004, 12:26 PM
I have converted the database to 2002 - however..

I get a msg - "Microsft Access was unable to create an MDE"

??

pbaldy
11-10-2004, 01:05 PM
Typically you get that error when your code won't compile. Will it (Debug/Compile in the VBE)?

wazza
11-10-2004, 01:16 PM
hey

im trying not to panic here...

all my code seems to run fine.. but it wont create an mde - i have never created an mde before.

are there any special considerations - like eg. having a splashscreen/main menu launch on open

??

pbaldy
11-10-2004, 01:21 PM
It doesn't matter if it "seems to run fine"; does it compile?

wazza
11-10-2004, 01:44 PM
i have designed a main screen - when i run the form and any events it 'runs' through ok.

- is there another way to check whether it compiles?

i have about 20 modules of code - for events and importing data. i know there are a few loose modules which i dont use. i guess i should clear these up..??

pbaldy
11-10-2004, 01:51 PM
Like I said:

Debug/Compile in the VBE