You would have to implement Access User Level Security and allow data access
ONLY through Run With Owner Permission (RWOP) queries, then remove all
permissions from the tables and the database containing the tables. The
Access SEcurity FAQ has some info on this;
http://support.microsoft.com/Default...#_Toc493299687
Topics num 13, 14 and 18 would be a good place to start.
"Trevor Williams" <trevor@NOSPAM.co.uk> wrote in message
news:42493c73$0$26486$ed2e19e4@ptn-nntp-reader04.plus.net...[color=blue]
>I have a split database which has some rudimentary security in place which
> prevents unauthorised users from double-clicking the data file and seeing
> anything worthwhile. If they do this a popup window appears telling them
> they have to use the front-end database to see the data.
>
> The problem with this is they can still link the back end data tables into
> an application they have control over and see the data that way.
>
> Is there any way to stop users from linking to tables?
>
> Thanks
>
>[/color]