View Full Version : Lock a table


CEH
04-12-2007, 10:02 PM
I'm working on a database that calls on a table of zipcodes. All of these zipcodes have latitudes and longitudes connected to them..... I've searched around but cant seem to find anything on locking a table. Is it possible to lock down a table so changes cannot be made?.....(until I need to make them)

Dennisk
04-13-2007, 01:28 AM
apply workgroup security and set up readonly group permissions.
or
just hide the table.