Unable To Create MDE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Upendra

    Unable To Create MDE

    I have created an access application in Ms Access 2000. It was
    compacting & repairing. But when I say to Create MDE file it is saying
    "Unable to Create MDE File". Later on I have found that when i am
    writing some code in MDB file it is saying that "The form name
    'ACC_NONOS_LOG' is misspelled or refers to a formthat doesn't exist."

    Any help regard this issue is greatly appreciated.

    Thanks in advance,

    Upendra.
  • Deano

    #2
    Re: Unable To Create MDE

    Upendra wrote:[color=blue]
    > I have created an access application in Ms Access 2000. It was
    > compacting & repairing. But when I say to Create MDE file it is saying
    > "Unable to Create MDE File". Later on I have found that when i am
    > writing some code in MDB file it is saying that "The form name
    > 'ACC_NONOS_LOG' is misspelled or refers to a formthat doesn't exist."
    >
    > Any help regard this issue is greatly appreciated.
    >
    > Thanks in advance,
    >
    > Upendra.[/color]

    Make sure all objects are being referred to correctly. Make sure all
    modules have Option Explicit and make sure you can successfully compile the
    database.
    The compact it, then try creating an MDE.


    Comment

    Working...