Delete User thru code...

T

TC

(untested)

Use the Delete mehod of the Users collection of the Workspace object:

dbengine(0).users.delete "Fred"

Of course, the user who executes that code must have sufficient permissions
to delete other users.

HTH,
TC
 
Top