I
Iram
Hello.
I am working on a database and I need a record to be shared by two types of
people, by the one who
created the record and the one who is accessing it later. There are 10 fields
in each record. The person creating the record fills in the first 5 records
and the person that accesses it later fills in the other five records. I am
using the =fOSUserName() Module and I need vba code on each of the first five
fields to say something like On Double Click...
If =fOSUserName() is not me Locked = True
If =fOSUserName() is me Locked = False
How can I write this?
Your help is greatly appreciated.
Iram/mcp
I am working on a database and I need a record to be shared by two types of
people, by the one who
created the record and the one who is accessing it later. There are 10 fields
in each record. The person creating the record fills in the first 5 records
and the person that accesses it later fills in the other five records. I am
using the =fOSUserName() Module and I need vba code on each of the first five
fields to say something like On Double Click...
If =fOSUserName() is not me Locked = True
If =fOSUserName() is me Locked = False
How can I write this?
Your help is greatly appreciated.
Iram/mcp