Installing an Access database

WFS

New Member
Joined
Aug 18, 2004
Messages
22
Hello,

let's suggest I have a complete Access Database, which I distribute on a CD-ROM to different users.
Is it possible that when opening Access from the CD-ROM, the program searches for the hard disc on the computer, creates his own file and path and copies everything from the cd-rom to this file. During this proccess we like to keep the user informed of what is happening... + give him a result and instructions to open and work on the database, stored in the new created file.

Is this possible in VBA?

MANY THANKS,

WFS
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Microsoft Office Developer Edition includes a Package & Deploy wizard.
There's also a runtime version of Access available (unlimited license).

You'll want the version for your particular flavor (version) of Access.

VBA runs inside Access. You'd have to at least open the database to get it to execute any code, but once it's running, you can pretty much do whatever you wish.

I'm not very familiar with any possible free/shareware deployment packages available.

Mike
 
Upvote 0

Forum statistics

Threads
1,221,808
Messages
6,162,097
Members
451,742
Latest member
JuanMark10

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top