Is there a way of preventing the back end from being opened directly. I
cannot hide the actual file as I have no control over where the customer puts
the backend. I was hoping to have something where if someone opens the
backend directly, it flashes up a message and then closes the database.
Gordzilla
Rick Brandt - 20 Oct 2005 17:26 GMT
> Is there a way of preventing the back end from being opened directly.
> I cannot hide the actual file as I have no control over where the
[quoted text clipped - 3 lines]
>
> Gordzilla
Add an AutoExec Macro that displays a message and then closes the file.

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Jesper Fjølner - 20 Oct 2005 20:27 GMT
> Is there a way of preventing the back end from being opened directly. I
> cannot hide the actual file as I have no control over where the customer
> puts
> the backend. I was hoping to have something where if someone opens the
> backend directly, it flashes up a message and then closes the database.
Instead of calling it "mydb.mdb" you can call it "data.dat" or just "data"
with no extension.
It behaves the same regardless.
Jesper Fjølner