Chalu Kim writes: > What I would like is to be able to tell who created an object? Is there > an easy way to do this? Have a look at "AccessControl.Owned.getOwner". It will give you the object's owner. For most objects, this is initally the creator of the object. This can be changed later with a "takeOwnership". But maybe, that is not a problem for you. Dieter