Can not get frontend to recognize backend

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I make an .mde application package with 2002 access and run it on my pc,
it runs
ok. I try to install on an xp without access and it will not find the
tables, which I have installed in the properly named folders and files. I
get the following errors. The expression may not result in the
name of a macro, the name of a user-defined function, or [Event Procedure],
*There may have been an error evaluating the function, event, or macro
Another error message I get when I press a button is DEPOSITS can't find the
wizard, or the wizard has not been installed, or there is a syntax error in
the Declarations section of a Visual Basic module. Sometimes I get Runtime
error 75 message
 
Any machine has to have Access to run an Access file. An MDE is
"compiled" sure, but it is not compiled to an .exe file like in VB6.

The only way to deploy an Access application to a non-Acces machine is
to create an Access Runtime. To do that you have to purchase at great
expense the Developers Tools/Deployment Package. Most of what you're
paying for is the licenss to make copies of part of the Access
programme (Runtime) and sell or distribute it

Brett

When I make an .mde application package with 2002 access and run it on my pc,
it runs
ok. I try to install on an xp without access and it will not find the
tables, which I have installed in the properly named folders and files. I
get the following errors. The expression may not result in the
name of a macro, the name of a user-defined function, or [Event Procedure],
*There may have been an error evaluating the function, event, or macro
Another error message I get when I press a button is DEPOSITS can't find the
wizard, or the wizard has not been installed, or there is a syntax error in
the Declarations section of a Visual Basic module. Sometimes I get Runtime
error 75 message

Cheers,
Brett
 
I have purchased the developers package. You are right it is expensive and
now I am having trouble using it. I did a no-no here though. Like a good
American that I am I started posting before I read the description of the
proper way to post. Well I put the post in more than one place. I regret
this lack of regard for others and am trying to correct it. There is a
thread going in access.developers.toolkitode.

Brett Collings said:
Any machine has to have Access to run an Access file. An MDE is
"compiled" sure, but it is not compiled to an .exe file like in VB6.

The only way to deploy an Access application to a non-Acces machine is
to create an Access Runtime. To do that you have to purchase at great
expense the Developers Tools/Deployment Package. Most of what you're
paying for is the licenss to make copies of part of the Access
programme (Runtime) and sell or distribute it

Brett

When I make an .mde application package with 2002 access and run it on my pc,
it runs
ok. I try to install on an xp without access and it will not find the
tables, which I have installed in the properly named folders and files. I
get the following errors. The expression may not result in the
name of a macro, the name of a user-defined function, or [Event Procedure],
*There may have been an error evaluating the function, event, or macro
Another error message I get when I press a button is DEPOSITS can't find the
wizard, or the wizard has not been installed, or there is a syntax error in
the Declarations section of a Visual Basic module. Sometimes I get Runtime
error 75 message

Cheers,
Brett
 
Back
Top