|
-
Nov 9th, 2000, 11:09 AM
#1
Thread Starter
Addicted Member
I have two tables that are set up in SQL Server. Both tables are linked in a 1-to-1 one relationship. One is a Customer Table and the second has supplimental information on the customer. Both tables are joined into one recordset.
I do not want the users to be able to update the information in the first table, but I do want the user to be able to update the information in the second.
My problem is that I don't know how to assign rights on individual fields. I have been able to assign the rights on the user view that will prevent changing the entire recordset, but I only want to be able to prevent a few fields.
-
Nov 9th, 2000, 11:47 AM
#2
Addicted Member
?
Do you have to assign the rights in the table? You could very easily just change the property of the textbox or whatnot the data will be displayed in to read-only.
smh
Normal is boring...
 smh 
-
Nov 9th, 2000, 11:40 PM
#3
Hi, why do you want to bother about the rights to specific fields. Dont you think its buying headache, well frankly i think it is. You could always can have it done by enabling/disabling the controls on ur form and limit the user. Well, give it a try...all the best...vijay
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|