| re: from mdb to exe???
Actually, while converting to a literal .exe is impossible, you CAN
make your database easily distributable to end users. If you get the MS
Access developer extensions (it only comes as a part of Visual Studio
Tools - which is $500) you can distribute your database with a run-time
version of access. As far as visibility goes, the run-time version of
access doesn't allow you to go into design view so other users
shouldn't be able to really mess with anything, though your database is
still just a normal .mdb.
Rick Brandt wrote:[color=blue]
> Luc wrote:[color=green]
> > Is it possible to compile an mdb-fil to en exe?[/color]
>
> No
>[color=green]
> > I want the source Table's te be invisible and not possible to make
> > querries or import the tables to an other mdb...[/color]
>
> Use Startup Properties to hide the db window and then implement Access User
> Level Security (advanced topic).
>
> The above are "barriers". It is not possible to secure Access data from a
> person who knows how to use Google and is willing to spend a few bucks.
>
> --
> I don't check the Email account attached
> to this message. Send instead to...
> RBrandt at Hunter dot com[/color] |