Jim Pockmire said:
Having created a table, is it possible to make the table read only (aside
from using workgroup security)?
Would you consider not allowing direct access to the table? Perhaps use a
form designed with a default view of 'datasheet view' where the form does
not allow edits, additions or deletions. Or how about a read-only query, or
use code to open a standard query as read-only? If none of these options
suit, and you don't want user-level security then your options get slightly
less standard like using Windows permissions.