Is it possible to change form properties based on the group that the current user is in? I'm not sure if there is a way to get a user's workgroup information in code.
The reason I ask is that in order for certain actions to work properly, I have to give one group update permissions to a table. Unfortunately, this leaves the information open for edits in a subform, which I don't want. I could change the properties of the form and subform itself, but I would like to be able to edit the data within the form. Ideally, the form wouldn't allow edits unless I am the one using the form. Any ideas?
The reason I ask is that in order for certain actions to work properly, I have to give one group update permissions to a table. Unfortunately, this leaves the information open for edits in a subform, which I don't want. I could change the properties of the form and subform itself, but I would like to be able to edit the data within the form. Ideally, the form wouldn't allow edits unless I am the one using the form. Any ideas?