Read Only Fields

  • Thread starter Thread starter tonysue10
  • Start date Start date
T

tonysue10

Guest
Is there any way too make fields in tables read only?
 
If it is to stop your users from changing data unwittingly, do not show them the table in the first place, use a form. It would defeat the purpose of having tables to make a column read only as how would you enter data into that column In the first place?;)
If this does not answer your question, post what you are trying to achieve.
 
I agree...

You can set fields in a form to disabled or locked.

If you want data to be read only it should be outputted to excel or word or snap shot and let them do what they want with it......

Regards,
 
Concur with other opinions.

When you open a table from the tables panel, you are in a context where the granularity of protection is at the table-object level. Which means if the user in question can see the tables panel, they can see the fields in the panel, too.

If you hide the database window (search this forum for topics on how to do just that), then you can get yourself into a context where a certain user's rights can be consulted to determine field-level protection.

It still isn't automatic, but at least from a form's control, it is possible.
 

Users who are viewing this thread

Back
Top Bottom