MDE-file

  • Thread starter Thread starter Svein Engebretsen
  • Start date Start date
S

Svein Engebretsen

I'm trying to compile a database to an MDE-file, but get the errormessage:
"Can't make MDE-file". Does anyone know what the problem might be?

My users are running our database on a run-time license. Will they be able
to read a MDB-file?

Thanks.

Svein E.
 
Try to compile your application (on the Debug menu when you're in the VB
Editor). That should highlight whatever's preventing you from creating an
MDE.

But yes, the run-time is capable of working with MDBs.
 
Thanks Doug, both tips worked out!

Svein


Douglas J. Steele said:
Try to compile your application (on the Debug menu when you're in the VB
Editor). That should highlight whatever's preventing you from creating an
MDE.

But yes, the run-time is capable of working with MDBs.
 
Back
Top