Protecting certain columns in a table

Carly

Registered User.
Local time
Today, 19:24
Joined
Apr 16, 2003
Messages
86
Is there any way in which I can protect certain columns in a table?

I am opening a table and I want the end user to amend the last column but I don't want them to amend any of the other columns. (They need to see these columns for reference).

Regards
Carly
 
Users shouldn't really enter details directly into a table. The way over this would be to design a form, disabling and locking the fields that you don't want them to touch, but enabling them to enter data into the fields you wish.
 
I knew that was going to be the answer I would get.

But even though I know that I shouldn't do it, is there no way that it can be done?
 
Not that I know of I'm afraid!
 
you can create a form that looks exactly like a table (Datasheet view), so it's difficult to understand your reluctance to use one. To ensure that your tables can't be edited by anyone you can hide them (won't defeat your average geek) or apply workgroup security.
 
This is an option but hiding columns will of course mean that the users won't be able to view them for reference.
 
No, I meant hide the tables, so they couldn't be edited and use a form instead,,,
 

Users who are viewing this thread

Back
Top Bottom