Update front end of database using Developer Package Solution

  • Thread starter Thread starter james
  • Start date Start date
J

james

AAAAA

Karan said:
Doug, thank you so much for your quick response.

I did see your reply to someone else with this suggestion (which is a very
good suggestion). However, I need a medium to have an "install package"
for
remote users; one that they can click on to have it automatically install
the
updated front end. I thought that by using the developer's package
solution, which creates a setup exec, it would do it for me. Make sense?
 
SO

Douglas J. Steele said:
Yes, you need to package the application with the runtime so that those
users who don't already have Access installed will be able to use your
application. However, once they've installed the runtime, there's no
reason to make them download the entire package again.

All that's required is to replace the front-end.
 
I have a split database, and it will be used on multiple PCs (not a server).
I used the developer "package solution" to provide the front and back end
databases to the users. I then updated a form on the front end database and
used the developer "package solution" again to provide to the users an update
of just the front end. When executed on a remote PC, it did not update the
front end database. What am I doing wrong?

Any help you can provide would be much appreciated!
 
Try simply replacing the mdb (or mde or accdb or accde or whatever format
your front-end is in), rather than redistributing a repackaged solution.
 
Doug, thank you so much for your quick response.

I did see your reply to someone else with this suggestion (which is a very
good suggestion). However, I need a medium to have an "install package" for
remote users; one that they can click on to have it automatically install the
updated front end. I thought that by using the developer's package
solution, which creates a setup exec, it would do it for me. Make sense?
 
Yes, you need to package the application with the runtime so that those
users who don't already have Access installed will be able to use your
application. However, once they've installed the runtime, there's no reason
to make them download the entire package again.

All that's required is to replace the front-end.
 
Karan said:
I have a split database, and it will be used on multiple PCs (not a
server).
I used the developer "package solution" to provide the front and back end
databases to the users. I then updated a form on the front end database
and
used the developer "package solution" again to provide to the users an
update
of just the front end. When executed on a remote PC, it did not update
the
front end database. What am I doing wrong?

Any help you can provide would be much appreciated!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top