| re: Linked Tables, access security help.
>Now, since the MDE file is installed, on one computer and the[color=blue]
>linked tables reside on another, how can I programatically create
>it so they hook up properly?[/color]
Look in the "NorthWind" sample database for a module called
[modRefreshTableLinks]. That should get you started.
BTW, the process should work for an MDE file as well as an MDB. At
least I know that one can use the "Linked Table Manager" to update
table links in an MDE file.
[color=blue]
>Is there a permission setting that allows an MDB file to be opened
>and and used ,eg the MDE file can update read write records,
>without the user being able to use windows explorer to physically
>delete the whole MDB database file with the tables?[/color]
You can edit the NTFS permissions on a file to allow writes but not
allow deletes. In Win2K it involves right-clicking the file, choosing
Properties, selecting the "Security" tab, clicking the "Advanced..."
button, then clicking ""View/Edit...". |