Delete User thru code...

  • Thread starter Thread starter martin
  • Start date Start date
(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
 
Back
Top