I
Iram
Hello.
I have a form that when someone adds a record their Login ID is inserted
into a field automatically using the 'Username' Module code and the callout
of =fOSUserName()
This database is shared by many folks. I want to lock these fields so that
only the person that created the record can modify these fields. What I mean
by this is that I have a field called "Transfered To" where you can select
another UserId and that person will see it on their screen.
If I transfer a record to another user I don't want them to modify my
original info in the fields however they can only modify the other fields on
the form.
My ignorant logic of writing a vba logic for these fields is this...
On Double Click, If "Transfer To" equals me (=fOSUserName()) then lock this
field.
This is an example of a field that I don't want the person the record is
transfered to to modify this field, however they can modify the other fields
in the form.
Sorry for the redundancy, I am a dork.
Can you help me write this logic in VBA?
Thanks.
Iram/mcp
I have a form that when someone adds a record their Login ID is inserted
into a field automatically using the 'Username' Module code and the callout
of =fOSUserName()
This database is shared by many folks. I want to lock these fields so that
only the person that created the record can modify these fields. What I mean
by this is that I have a field called "Transfered To" where you can select
another UserId and that person will see it on their screen.
If I transfer a record to another user I don't want them to modify my
original info in the fields however they can only modify the other fields on
the form.
My ignorant logic of writing a vba logic for these fields is this...
On Double Click, If "Transfer To" equals me (=fOSUserName()) then lock this
field.
This is an example of a field that I don't want the person the record is
transfered to to modify this field, however they can modify the other fields
in the form.
Sorry for the redundancy, I am a dork.
Can you help me write this logic in VBA?
Thanks.
Iram/mcp